← Index

io.github.sebbsssss/clude

io.github.sebbsssss/clude·v3.0.4·Databases
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_KEY
requiredsecret

Clude API key from https://clude.io/register

CORTEX_HOST_URL

Clude host URL (defaults to https://clude.io)

CLUDE_WALLET

Solana wallet public key used to sign and anchor memories (optional but recommended)

CLUDE_AGENT_NAME

Human-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