AISIX AI Gateway for Zed
io.github.api7/aisix
Self-hosted AI gateway that governs MCP servers, LLM traffic, and A2A agents behind one endpoint
client:Zed
transport:stdio
runtime:oci
Install AISIX AI Gateway in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aisix": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/api7/aisix:1.3.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs