Skip to content
Grok

shodh memory for Grok

io.github.varun29ankus/shodh-memory

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

client:Grok transport:stdio runtime:npm

Install shodh memory in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

shodh memory in other clients