Skip to content
Zed

MCP Anvil for Zed

com.aiinfradecoded/mcp-anvil

Local MCP gateway daemon: route, audit, and inspect MCP servers from one config.

client:Zed transport:stdio runtime:pypi

Install MCP Anvil in Zed

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

{
  "context_servers": {
    "mcp-anvil": {
      "command": "uvx",
      "args": [
        "mcp-anvil"
      ]
    }
  }
}

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

MCP Anvil in other clients