Skip to content
Zed

UniFi RMCP for Zed

ai.dinglebear/runifi

Rust MCP server and CLI for UniFi Network controller operations.

client:Zed transport:stdio runtime:npm

Install UniFi RMCP 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": {
    "runifi": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/runifi"
      ],
      "env": {
        "UNIFI_URL": "<UNIFI_URL>",
        "UNIFI_API_KEY": "<UNIFI_API_KEY>",
        "UNIFI_RMCP_VERSION": "<UNIFI_RMCP_VERSION>",
        "UNIFI_RMCP_REPO": "<UNIFI_RMCP_REPO>",
        "UNIFI_RMCP_RELEASE_BASE_URL": "<UNIFI_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

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

UniFi RMCP in other clients