Skip to content
Grok

Avanan MSP (Legacy SmartAPI) for Grok

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

MCP server for the legacy Avanan SmartAPI: MSP tenant management plus per-tenant security tools.

client:Grok transport:stdio runtime:oci

Install Avanan MSP (Legacy SmartAPI) in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Avanan MSP (Legacy SmartAPI) in other clients