Avanan MSP (Legacy SmartAPI) for Cursor
io.github.wyre-ai/avanan-legacy-mcp
MCP server for the legacy Avanan SmartAPI: MSP tenant management plus per-tenant security tools.
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-ai/avanan-legacy-mcp:v2.3.0"
],
"env": {
"AVANAN_CLIENT_ID": "<AVANAN_CLIENT_ID>",
"AVANAN_CLIENT_SECRET": "<AVANAN_CLIENT_SECRET>",
"AVANAN_REGION": "<AVANAN_REGION>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<MCP_HTTP_PORT>",
"LOG_LEVEL": "<LOG_LEVEL>",
"CONDUIT_S2S_SECRET": "<CONDUIT_S2S_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs