Skip to content
Grok

Project Memory for Grok

io.github.dankaro-projects/project-memory

Local decisions, evidence, outcomes and reviewed lessons with bounded retrieval and an HTML viewer.

client:Grok transport:stdio runtime:pypi

Install Project Memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "project-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "project-memory-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

Project Memory in other clients