Skip to content
Grok

Talamus for Grok

io.github.ampres-ai/talamus

Local-first, source-grounded memory that survives AI agent sessions.

client:Grok transport:stdio runtime:pypi

Install Talamus in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "talamus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "talamus"
      ]
    }
  }
}

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

Talamus in other clients