Skip to content
Grok

robo-cortex for Grok

io.github.robotel-limited/robo-cortex

Git-aware memory store for AI coding agents; memories are anchored to git blob hashes.

client:Grok transport:stdio runtime:pypi

Install robo-cortex in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "robo-cortex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "robo-cortex"
      ]
    }
  }
}

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

robo-cortex in other clients