Skip to content
Zed

mirror mcp for Zed

io.github.toby/mirror-mcp

Mirror MCP: Introspection for LLMs

client:Zed transport:stdio runtime:npm

Install mirror mcp in Zed

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

{
  "context_servers": {
    "mirror-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mirror-mcp"
      ]
    }
  }
}

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

mirror mcp in other clients