io.github.sebbsssss/clude
Quality Score
90
/100
Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"clude": {
"command": "npx",
"args": [
"-y",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<your-cortex_api_key>",
"CORTEX_HOST_URL": "https://clude.io",
"CLUDE_WALLET": "<clude_wallet>",
"CLUDE_AGENT_NAME": "<clude_agent_name>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"clude": {
"command": "npx",
"args": [
"-y",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<your-cortex_api_key>",
"CORTEX_HOST_URL": "https://clude.io",
"CLUDE_WALLET": "<clude_wallet>",
"CLUDE_AGENT_NAME": "<clude_agent_name>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @clude/sdk§02 Environment variables
CORTEX_API_KEYrequiredsecret
Clude API key from https://clude.io/register
CORTEX_HOST_URLClude host URL (defaults to https://clude.io)
CLUDE_WALLETSolana wallet public key used to sign and anchor memories (optional but recommended)
CLUDE_AGENT_NAMEHuman-readable name for this agent instance
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…