Skip to content
Grok

ace context mcp for Grok

io.github.dw-dwain/ace-context-mcp

Local-first memory for AI chats: save context in one chat, load it in any other via MCP.

client:Grok transport:stdio runtime:npm

Install ace context mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ace-context-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ace-context-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

ace context mcp in other clients