Skip to content
Grok

Mneme Decision MCP for Grok

io.github.mnemehq/mneme

Local MCP server for architectural decisions, traceability, and non-authoritative proposals.

client:Grok transport:stdio runtime:pypi

Install Mneme Decision MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mneme": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mneme-hq"
      ]
    }
  }
}

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

Mneme Decision MCP in other clients