Skip to content
Zed

planwire mcp for Zed

io.github.beshogun/planwire-mcp

UK planning application data for AI agents: search, geo-query and fetch applications.

client:Zed transport:stdio runtime:npm

Install planwire 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": {
    "planwire-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "planwire-mcp"
      ],
      "env": {
        "PLANWIRE_API_KEY": "<PLANWIRE_API_KEY>"
      }
    }
  }
}

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

planwire mcp in other clients