MCP Gateway
Rank #1,554io.github.MikkoParkkola/mcp-gateway
Universal MCP gateway with Meta-MCP discovery, routing, and REST API capabilities.
MCP Gateway is a Model Context Protocol (MCP) server published by mikkoparkkola. It ranks #1,554 of 115,460 servers tracked on MCP Toplist, and its repository has 58 GitHub stars. MCP Gateway is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Jan 24, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 113,906 of 115,460 servers on MCP Toplist.
Use MCP Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-gateway -- docker run -i --rm ghcr.io/mikkoparkkola/mcp-gateway:3.5.0 serve --stdio[mcp_servers.mcp-gateway]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/mikkoparkkola/mcp-gateway:3.5.0", "serve", "--stdio"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/mcp-gateway:3.5.0",
"serve",
"--stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/mcp-gateway:3.5.0",
"serve",
"--stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-gateway": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/mcp-gateway:3.5.0",
"serve",
"--stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/mcp-gateway:3.5.0",
"serve",
"--stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/mcp-gateway:3.5.0",
"serve",
"--stdio"
]
}
}
}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.MikkoParkkola%2Fmcp-gateway)<a href="https://mcptoplist.com/server/io.github.MikkoParkkola%2Fmcp-gateway"><img src="https://mcptoplist.com/badge/io.github.MikkoParkkola%2Fmcp-gateway.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mikkoparkkola
Other servers by mikkoparkkola
View all mikkoparkkola servers →Available versions (4)
| Version | Published |
|---|---|
| 3.5.0 | Aug 28, 2026 |
| 3.4.0 | Jul 27, 2026 |
| 3.3.1 | Jul 13, 2026 |
| 3.1.4 | Jul 7, 2026 |
Frequently asked questions
- Who maintains MCP Gateway?
- MCP Gateway is maintained by mikkoparkkola, which publishes 3 MCP servers (23 total versions) tracked on MCP Toplist.
- Is MCP Gateway listed on the Official MCP Registry?
- Yes — MCP Gateway is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP Gateway have?
- MCP Toplist tracks 4 versions of MCP Gateway, most recently published on Aug 28, 2026.
- Where can I find the source code for MCP Gateway?
- The source code for MCP Gateway is hosted at github.com/mikkoparkkola/mcp-gateway.