Skip to content
Grok

memograph for Grok

io.github.indhar01/memograph

Graph-based memory system for LLMs with knowledge graphs and semantic search.

client:Grok transport:stdio runtime:pypi

Install memograph 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": {
    "memograph": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memograph"
      ],
      "env": {
        "MEMOGRAPH_VAULT": "<MEMOGRAPH_VAULT>",
        "MEMOGRAPH_READONLY": "<MEMOGRAPH_READONLY>",
        "MEMOGRAPH_PROVIDER": "<MEMOGRAPH_PROVIDER>",
        "MEMOGRAPH_MODEL": "<MEMOGRAPH_MODEL>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "OLLAMA_HOST": "<OLLAMA_HOST>"
      }
    }
  }
}

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

memograph in other clients