Skip to content

Avanan MSP (Legacy SmartAPI) for Zed

io.github.wyre-technology/avanan-legacy-mcp

MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.

client:Zed transport:stdio runtime:oci

Install Avanan MSP (Legacy SmartAPI) 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": {
    "avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"
      ],
      "env": {
        "AVANAN_APP_ID": "<AVANAN_APP_ID>",
        "AVANAN_TOKEN": "<AVANAN_TOKEN>",
        "AVANAN_SECRET": "<AVANAN_SECRET>",
        "AVANAN_REGION": "<AVANAN_REGION>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "MCP_HTTP_PORT": "<MCP_HTTP_PORT>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Avanan MSP (Legacy SmartAPI) in other clients