Skip to content
Windsurf

Cisco Meraki for Windsurf

io.github.wyre-technology/meraki-mcp

MCP server for the Cisco Meraki Dashboard: networks, devices, wireless, switch, appliance.

client:Windsurf transport:stdio runtime:oci

Install Cisco Meraki 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": {
    "meraki-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/meraki-mcp:v1.1.3"
      ],
      "env": {
        "MERAKI_API_KEY": "<MERAKI_API_KEY>",
        "MERAKI_ORG_ID": "<MERAKI_ORG_ID>",
        "MERAKI_BASE_URL": "<MERAKI_BASE_URL>",
        "READ_ONLY_MODE": "<READ_ONLY_MODE>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Cisco Meraki in other clients