← Back to browse

clude

Indexed by io.github.sebbsssss

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCORTEX_API_KEY CORTEX_HOST_URL CLUDE_WALLET CLUDE_AGENT_NAME
Claude Code
claude mcp add --env CORTEX_API_KEY= --env CORTEX_HOST_URL= --env CLUDE_WALLET= --env CLUDE_AGENT_NAME= clude -- npx @clude/sdk
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"clude","command":"npx","args":["@clude/sdk"],"env":{"CORTEX_API_KEY":"","CORTEX_HOST_URL":"","CLUDE_WALLET":"","CLUDE_AGENT_NAME":""}}'
JSON
{
  "mcpServers": {
    "clude": {
      "command": "npx",
      "args": [
        "@clude/sdk"
      ],
      "env": {
        "CORTEX_API_KEY": "",
        "CORTEX_HOST_URL": "",
        "CLUDE_WALLET": "",
        "CLUDE_AGENT_NAME": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.