HomeDatabases & Data › clude

clude

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

TypeScript
★ 22 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.0.4)

npx -y @clude/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "clude": {
      "command": "npx",
      "args": [
        "-y",
        "@clude/[email protected]"
      ],
      "env": {
        "CORTEX_API_KEY": "<YOUR_VALUE>",
        "CORTEX_HOST_URL": "<YOUR_VALUE>",
        "CLUDE_WALLET": "<YOUR_VALUE>",
        "CLUDE_AGENT_NAME": "<YOUR_VALUE>"
      }
    }
  }
}
  • CORTEX_API_KEY required secret — 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

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry