Skip to content
Grok

LoopGrid MCP for Grok

io.github.loopgridio/loopgrid-mcp

MCP bridge for tamper-evident evidence around consequential AI and agent decisions.

client:Grok transport:stdio runtime:pypi

Install LoopGrid MCP 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": {
    "loopgrid-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "loopgrid-mcp"
      ],
      "env": {
        "LOOPGRID_BASE_URL": "<LOOPGRID_BASE_URL>",
        "LOOPGRID_SERVICE_KEY": "<LOOPGRID_SERVICE_KEY>",
        "LOOPGRID_WORKSPACE": "<LOOPGRID_WORKSPACE>"
      }
    }
  }
}

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

LoopGrid MCP in other clients