Avanan MSP (Legacy SmartAPI) for Cursor
io.github.wyre-technology/avanan-legacy-mcp
MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.
client:Cursor
transport:stdio
runtime:oci
Install Avanan MSP (Legacy SmartAPI) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"avanan-legacy-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs