Skip to content
Grok

hypermnesia mcp for Grok

io.github.cdeust/hypermnesia-mcp

Persistent memory for AI agents — 36 cited neuroscience mechanisms, local-first, hybrid retrieval.

client:Grok transport:stdio runtime:pypi

Install hypermnesia mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hypermnesia-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hypermnesia-mcp"
      ]
    }
  }
}

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

hypermnesia mcp in other clients