AISIX AI Gateway for Cursor
io.github.api7/aisix
Self-hosted AI gateway that governs MCP servers, LLM traffic, and A2A agents behind one endpoint
client:Cursor
transport:stdio
runtime:oci
Install AISIX AI Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aisix": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/api7/aisix:1.3.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs