← Back to Plugins
MCP Server MCP

io.github.sebbsssss/clude

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @clude/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@clude/sdk",
      "version": "3.0.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "mcp-serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Clude API key from https://clude.io/register",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CORTEX_API_KEY"
        },
        {
          "description": "Clude host URL (defaults to https://clude.io)",
          "format": "string",
          "default": "https://clude.io",
          "name": "CORTEX_HOST_URL"
        },
        {
          "description": "Solana wallet public key used to sign and anchor memories (optional but recommended)",
          "format": "string",
          "name": "CLUDE_WALLET"
        },
        {
          "description": "Human-readable name for this agent instance",
          "format": "string",
          "name": "CLUDE_AGENT_NAME"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...