Perforce Agentic Gateway
Rank #6,170io.github.perforce/perforce-agentic-gateway
Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode
Perforce Agentic Gateway is a Model Context Protocol (MCP) server published by perforce. It ranks #6,170 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Perforce Agentic Gateway is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 22, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 109,290 of 115,460 servers on MCP Toplist.
Use Perforce Agentic Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add perforce-agentic-gateway -- uvx perforce-agentic-gateway[mcp_servers.perforce-agentic-gateway]
command = "uvx"
args = ["perforce-agentic-gateway"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"perforce-agentic-gateway": {
"command": "uvx",
"args": [
"perforce-agentic-gateway"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"perforce-agentic-gateway": {
"command": "uvx",
"args": [
"perforce-agentic-gateway"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"perforce-agentic-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"perforce-agentic-gateway"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"perforce-agentic-gateway": {
"command": "uvx",
"args": [
"perforce-agentic-gateway"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"perforce-agentic-gateway": {
"command": "uvx",
"args": [
"perforce-agentic-gateway"
]
}
}
}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.perforce%2Fperforce-agentic-gateway)<a href="https://mcptoplist.com/server/io.github.perforce%2Fperforce-agentic-gateway"><img src="https://mcptoplist.com/badge/io.github.perforce%2Fperforce-agentic-gateway.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
perforce
Other servers by perforce
View all perforce servers →Available versions (2)
| Version | Published |
|---|---|
| 2026.5 | Aug 14, 2026 |
| 2026.4 | Jul 8, 2026 |
Frequently asked questions
- Who maintains Perforce Agentic Gateway?
- Perforce Agentic Gateway is maintained by perforce, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Perforce Agentic Gateway listed on the Official MCP Registry?
- Yes — Perforce Agentic Gateway is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Perforce Agentic Gateway have?
- MCP Toplist tracks 2 versions of Perforce Agentic Gateway, most recently published on Aug 14, 2026.
- Where can I find the source code for Perforce Agentic Gateway?
- The source code for Perforce Agentic Gateway is hosted at github.com/perforce/perforce-agentic-gateway.