Skip to content
Grok

memory mcp for Grok

io.github.chenxiaofie/memory-mcp

情景+实体记忆 MCP 服务,为 Claude Code 提供持久化记忆能力

client:Grok transport:stdio runtime:pypi

Install memory mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memory-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chenxiaofie-memory-mcp"
      ],
      "env": {
        "CLAUDE_PROJECT_ROOT": "<CLAUDE_PROJECT_ROOT>"
      }
    }
  }
}

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

memory mcp in other clients