ArkGate
Rank #3,334io.github.pedroknigge/arkgate
When the agent writes a bad import, the write doesn’t land. The same check fails the pull request.
ArkGate is a Model Context Protocol (MCP) server published by pedroknigge. It ranks #3,334 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ArkGate is listed across 2 registries — Official MCP and PulseMCP, with 26 tracked versions. It was first listed on Jul 5, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 112,126 of 115,460 servers on MCP Toplist.
Use ArkGate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add arkgate -- npx -y arkgate arkgate-mcp --root . --config ark.config.json[mcp_servers.arkgate]
command = "npx"
args = ["-y", "arkgate", "arkgate-mcp", "--root", ".", "--config", "ark.config.json"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"arkgate": {
"command": "npx",
"args": [
"-y",
"arkgate",
"arkgate-mcp",
"--root",
".",
"--config",
"ark.config.json"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"arkgate": {
"command": "npx",
"args": [
"-y",
"arkgate",
"arkgate-mcp",
"--root",
".",
"--config",
"ark.config.json"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"arkgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arkgate",
"arkgate-mcp",
"--root",
".",
"--config",
"ark.config.json"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"arkgate": {
"command": "npx",
"args": [
"-y",
"arkgate",
"arkgate-mcp",
"--root",
".",
"--config",
"ark.config.json"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"arkgate": {
"command": "npx",
"args": [
"-y",
"arkgate",
"arkgate-mcp",
"--root",
".",
"--config",
"ark.config.json"
]
}
}
}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.pedroknigge%2Farkgate)<a href="https://mcptoplist.com/server/io.github.pedroknigge%2Farkgate"><img src="https://mcptoplist.com/badge/io.github.pedroknigge%2Farkgate.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 (1 delisted)
pedroknigge
Other servers by pedroknigge
View all pedroknigge servers →Available versions (26)
| Version | Published |
|---|---|
| 4.8.4 | Aug 31, 2026 |
| 4.8.1 | Aug 30, 2026 |
| 4.7.4 | Aug 26, 2026 |
| 4.7.1 | Aug 25, 2026 |
| 4.7.0 | Aug 25, 2026 |
| 4.6.7 | Aug 24, 2026 |
| 4.6.6 | Aug 23, 2026 |
| 4.6.3 | Aug 18, 2026 |
| 4.6.2 | Aug 17, 2026 |
| 4.6.1 | Aug 14, 2026 |
| 4.5.7 | Aug 12, 2026 |
| 4.5.5 | Aug 11, 2026 |
| 4.5.0 | Aug 10, 2026 |
| 4.4.0 | Aug 9, 2026 |
| 4.2.1 | Aug 8, 2026 |
| 4.2.0 | Jul 31, 2026 |
| 4.1.1 | Jul 25, 2026 |
| 4.1.0 | Jul 25, 2026 |
| 4.0.0 | Jul 24, 2026 |
| 3.9.1 | Jul 23, 2026 |
| 3.7.0 | Jul 17, 2026 |
| 2.9.2 | Jul 9, 2026 |
| 2.2.0 | Jul 8, 2026 |
| 2.1.0 | Jul 8, 2026 |
| 1.10.1 | Jul 6, 2026 |
| 1.9.0 | Jul 6, 2026 |
Frequently asked questions
- Who maintains ArkGate?
- ArkGate is maintained by pedroknigge, which publishes 2 MCP servers (26 total versions) tracked on MCP Toplist.
- Is ArkGate listed on the Official MCP Registry?
- Yes — ArkGate is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does ArkGate have?
- MCP Toplist tracks 26 versions of ArkGate, most recently published on Aug 31, 2026.
- Where can I find the source code for ArkGate?
- The source code for ArkGate is hosted at github.com/pedroknigge/arkgate.