aiMCPGate
Rank #9,170io.github.akomyagin/aimcpgate
MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog.
aiMCPGate is a Model Context Protocol (MCP) server published by akomyagin. It ranks #9,170 of 115,460 servers tracked on MCP Toplist. aiMCPGate is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 106,290 of 115,460 servers on MCP Toplist.
Use aiMCPGate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aimcpgate -- docker run -i --rm ghcr.io/akomyagin/aimcpgate:0.5.0claude mcp add aimcpgate -- npx -y aimcpgate[mcp_servers.aimcpgate]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/akomyagin/aimcpgate:0.5.0"]Add to ~/.codex/config.toml.
[mcp_servers.aimcpgate]
command = "npx"
args = ["-y", "aimcpgate"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aimcpgate": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/akomyagin/aimcpgate:0.5.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aimcpgate": {
"command": "npx",
"args": [
"-y",
"aimcpgate"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aimcpgate": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/akomyagin/aimcpgate:0.5.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"aimcpgate": {
"command": "npx",
"args": [
"-y",
"aimcpgate"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aimcpgate": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/akomyagin/aimcpgate:0.5.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"aimcpgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aimcpgate"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aimcpgate": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/akomyagin/aimcpgate:0.5.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aimcpgate": {
"command": "npx",
"args": [
"-y",
"aimcpgate"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aimcpgate": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/akomyagin/aimcpgate:0.5.0"
]
}
}
}{
"mcpServers": {
"aimcpgate": {
"command": "npx",
"args": [
"-y",
"aimcpgate"
]
}
}
}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.akomyagin%2Faimcpgate)<a href="https://mcptoplist.com/server/io.github.akomyagin%2Faimcpgate"><img src="https://mcptoplist.com/badge/io.github.akomyagin%2Faimcpgate.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
akomyagin
Other servers by akomyagin
View all akomyagin servers →Available versions (5)
| Version | Published |
|---|---|
| 0.5.0 | Aug 20, 2026 |
| 0.4.0 | Jul 29, 2026 |
| 0.3.0 | Jul 26, 2026 |
| 0.2.2 | Jul 23, 2026 |
| 0.2.1 | Jul 21, 2026 |
Frequently asked questions
- Who maintains aiMCPGate?
- aiMCPGate is maintained by akomyagin, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is aiMCPGate listed on the Official MCP Registry?
- Yes — aiMCPGate is listed on the Official MCP Registry, alongside Glama.
- How many versions does aiMCPGate have?
- MCP Toplist tracks 5 versions of aiMCPGate, most recently published on Aug 20, 2026.
- Where can I find the source code for aiMCPGate?
- The source code for aiMCPGate is hosted at github.com/akomyagin/aiMCPGate.