Skip to content
Zed

mcp for Zed

dev.dungbeetle/mcp

Visual regression & snapshot testing for AI agents — list runs, read semantic diffs, review.

client:Zed transport:stdio runtime:npm

Install 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": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dungbeetle-mcp"
      ],
      "env": {
        "DUNGBEETLE_AGENT_TOKEN": "<DUNGBEETLE_AGENT_TOKEN>",
        "DUNGBEETLE_CLIENT_ID": "<DUNGBEETLE_CLIENT_ID>",
        "DUNGBEETLE_CLIENT_SECRET": "<DUNGBEETLE_CLIENT_SECRET>",
        "DUNGBEETLE_SERVER_URL": "<DUNGBEETLE_SERVER_URL>"
      }
    }
  }
}

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

mcp in other clients