Skip to content
Zed

LoopGrid MCP for Zed

io.github.loopgridio/loopgrid-mcp

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

client:Zed transport:stdio runtime:pypi

Install LoopGrid MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "loopgrid-mcp": {
      "command": "uvx",
      "args": [
        "loopgrid-mcp"
      ],
      "env": {
        "LOOPGRID_BASE_URL": "<LOOPGRID_BASE_URL>",
        "LOOPGRID_SERVICE_KEY": "<LOOPGRID_SERVICE_KEY>",
        "LOOPGRID_WORKSPACE": "<LOOPGRID_WORKSPACE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

LoopGrid MCP in other clients