Skip to content
Claude Desktop

shodh memory for Claude Desktop

io.github.varun29ankus/shodh-memory

Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.

client:Claude Desktop transport:stdio runtime:npm

Install shodh memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "shodh-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@shodh/memory-mcp"
      ],
      "env": {
        "SHODH_API_URL": "<SHODH_API_URL>",
        "SHODH_API_KEY": "<SHODH_API_KEY>",
        "SHODH_USER_ID": "<SHODH_USER_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

shodh memory in other clients