← Index

io.github.varun29ankuS/shodh-memory

io.github.varun29ankuS/shodh-memory·v0.2.0·Search
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shodh-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@shodh/memory-mcp"
      ],
      "env": {
        "SHODH_API_URL": "http://127.0.0.1:3030",
        "SHODH_API_KEY": "<your-shodh_api_key>",
        "SHODH_USER_ID": "default"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shodh-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@shodh/memory-mcp"
      ],
      "env": {
        "SHODH_API_URL": "http://127.0.0.1:3030",
        "SHODH_API_KEY": "<your-shodh_api_key>",
        "SHODH_USER_ID": "default"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @shodh/memory-mcp
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Search