Skip to content
Cursor

shodh memory for Cursor

io.github.varun29ankus/shodh-memory

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

client:Cursor transport:stdio runtime:npm

Install shodh memory 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": {
    "shodh-memory": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

shodh memory in other clients