Skip to content
Cursor

clude for Cursor

io.github.sebbsssss/clude

Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.

client:Cursor transport:stdio runtime:npm

Install clude in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clude": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@clude/sdk"
      ],
      "env": {
        "CORTEX_API_KEY": "<CORTEX_API_KEY>",
        "CORTEX_HOST_URL": "<CORTEX_HOST_URL>",
        "CLUDE_WALLET": "<CLUDE_WALLET>",
        "CLUDE_AGENT_NAME": "<CLUDE_AGENT_NAME>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

clude in other clients