HomeKnowledge & Memory › shodh-memory

shodh-memory

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

Rust Local
★ 290 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Knowledge & Memory

Connect

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

Package (npm 0.2.0)

npx -y @shodh/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "shodh-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@shodh/[email protected]"
      ],
      "env": {
        "SHODH_API_URL": "<YOUR_VALUE>",
        "SHODH_API_KEY": "<YOUR_VALUE>",
        "SHODH_USER_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHODH_API_URL — URL of the shodh-memory backend server
  • SHODH_API_KEY secret — API key for authentication
  • SHODH_USER_ID — User ID for memory isolation

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry