Skip to content
Claude Desktop

AISIX AI Gateway for Claude Desktop

io.github.api7/aisix

Self-hosted AI gateway that governs MCP servers, LLM traffic, and A2A agents behind one endpoint

client:Claude Desktop transport:stdio runtime:oci

Install AISIX AI Gateway in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "aisix": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/api7/aisix:1.3.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

AISIX AI Gateway in other clients