Skip to content
Grok

Midas for Grok

io.github.vornicx/midas

Local-first, source-traceable agent memory — no LLM at ingest, fully offline

client:Grok transport:stdio runtime:pypi

Install Midas 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": {
    "midas": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "midas-memory-mcp"
      ],
      "env": {
        "MIDAS_MCP_DB": "<MIDAS_MCP_DB>",
        "MIDAS_MCP_EMBEDDER": "<MIDAS_MCP_EMBEDDER>",
        "MIDAS_MCP_MAX_RECORDS": "<MIDAS_MCP_MAX_RECORDS>",
        "MIDAS_MCP_MIN_IMPORTANCE": "<MIDAS_MCP_MIN_IMPORTANCE>"
      }
    }
  }
}

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

Midas in other clients