Skip to content
VS Code

AISIX AI Gateway for VS Code

io.github.api7/aisix

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

client:VS Code transport:stdio runtime:oci

Install AISIX AI Gateway in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AISIX AI Gateway in other clients