AISIX AI Gateway
Rank #1,083io.github.api7/aisix
Self-hosted AI gateway that governs MCP servers, LLM traffic, and A2A agents behind one endpoint
AISIX AI Gateway is a Model Context Protocol (MCP) server published by api7. It ranks #1,083 of 132,046 servers tracked on MCP Toplist, and its repository has 160 GitHub stars. AISIX AI Gateway is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 6, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 130,963 of 132,046 servers on MCP Toplist.
Use AISIX AI Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aisix -- docker run -i --rm ghcr.io/api7/aisix:1.3.0[mcp_servers.aisix]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/api7/aisix:1.3.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aisix": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/api7/aisix:1.3.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aisix": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/api7/aisix:1.3.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aisix": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/api7/aisix:1.3.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aisix": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/api7/aisix:1.3.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aisix": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/api7/aisix:1.3.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.api7%2Faisix)<a href="https://mcptoplist.com/server/io.github.api7%2Faisix"><img src="https://mcptoplist.com/badge/io.github.api7%2Faisix.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
api7
Other servers by api7
View all api7 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.3.0 | Sep 21, 2026 |
| 0.12.0 | Sep 2, 2026 |
Frequently asked questions
- Who maintains AISIX AI Gateway?
- AISIX AI Gateway is maintained by api7, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AISIX AI Gateway listed on the Official MCP Registry?
- Yes — AISIX AI Gateway is listed on the Official MCP Registry, alongside Glama.
- How many versions does AISIX AI Gateway have?
- MCP Toplist tracks 2 versions of AISIX AI Gateway, most recently published on Sep 21, 2026.
- Where can I find the source code for AISIX AI Gateway?
- The source code for AISIX AI Gateway is hosted at github.com/api7/aisix.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.