Skip to content
Windsurf

ChirpStack for Windsurf

io.github.oliveres/chirpstack-mcp-server

Manage and live-debug LoRaWAN devices on a ChirpStack v4 network server over its gRPC API

client:Windsurf transport:stdio runtime:pypi

Install ChirpStack in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "chirpstack-mcp-server": {
      "command": "uvx",
      "args": [
        "chirpstack-mcp-server"
      ],
      "env": {
        "CHIRPSTACK_SERVER": "<CHIRPSTACK_SERVER>",
        "CHIRPSTACK_API_KEY": "<CHIRPSTACK_API_KEY>",
        "CHIRPSTACK_TOOLSETS": "<CHIRPSTACK_TOOLSETS>",
        "CHIRPSTACK_TLS": "<CHIRPSTACK_TLS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ChirpStack in other clients