gate
Rank #14,883io.github.nugehs/gate
One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate.
gate is a Model Context Protocol (MCP) server published by nugehs. It ranks #14,883 of 115,460 servers tracked on MCP Toplist. gate is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 13, 2026 and most recently updated on Jun 13, 2026.
Ranks ahead of 100,577 of 115,460 servers on MCP Toplist.
Use gate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gate -- npx -y @nugehs/gate mcp[mcp_servers.gate]
command = "npx"
args = ["-y", "@nugehs/gate", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@nugehs/gate",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@nugehs/gate",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/gate",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@nugehs/gate",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@nugehs/gate",
"mcp"
]
}
}
}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.nugehs%2Fgate)<a href="https://mcptoplist.com/server/io.github.nugehs%2Fgate"><img src="https://mcptoplist.com/badge/io.github.nugehs%2Fgate.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nugehs
Other servers by nugehs
View all nugehs servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jun 13, 2026 |
| 0.1.0 | Jun 13, 2026 |
Frequently asked questions
- Who maintains gate?
- gate is maintained by nugehs, which publishes 5 MCP servers (16 total versions) tracked on MCP Toplist.
- Is gate listed on the Official MCP Registry?
- Yes — gate is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does gate have?
- MCP Toplist tracks 2 versions of gate, most recently published on Jun 13, 2026.
- Where can I find the source code for gate?
- The source code for gate is hosted at github.com/nugehs/gate.