Skip to content
Windsurf

AISIX AI Gateway for Windsurf

io.github.api7/aisix

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

client:Windsurf transport:stdio runtime:oci

Install AISIX AI Gateway in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

AISIX AI Gateway in other clients