Avanan MSP (Legacy SmartAPI) for Windsurf
io.github.wyre-technology/avanan-legacy-mcp
MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.
client:Windsurf
transport:stdio
runtime:oci
Install Avanan MSP (Legacy SmartAPI) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs