Skip to content
Cline

AISIX AI Gateway for Cline

io.github.api7/aisix

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

client:Cline transport:stdio runtime:oci

Install AISIX AI Gateway in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

AISIX AI Gateway in other clients