Skip to content
Gemini CLI

planwire mcp for Gemini CLI

io.github.beshogun/planwire-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install planwire mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "planwire-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "planwire-mcp"
      ],
      "env": {
        "PLANWIRE_API_KEY": "<PLANWIRE_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

planwire mcp in other clients