Skip to content
Grok

mcp gera mind for Grok

io.github.geraservicesuk/mcp-gera-mind

GeraMind MCP (placeholder) — personal context vault for AI agents. Launching 2026.

client:Grok transport:stdio runtime:npm

Install mcp gera mind in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-gera-mind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-mind"
      ]
    }
  }
}

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

mcp gera mind in other clients