PluginBench
MCP Server
Active

Perforce Agentic Gateway MCP Server

io.github.perforce/perforce-agentic-gateway

What is the Perforce Agentic Gateway MCP server?

Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode

How to install Perforce Agentic Gateway

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "perforce-agentic-gateway": {
      "command": "uvx",
      "args": [
        "perforce-agentic-gateway"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "perforce-agentic-gateway": {
      "command": "uvx",
      "args": [
        "perforce-agentic-gateway"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "perforce-agentic-gateway": {
      "command": "uvx",
      "args": [
        "perforce-agentic-gateway"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "perforce-agentic-gateway": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "perforce-agentic-gateway"
      ]
    }
  }
}
Claude Code
claude mcp add perforce-agentic-gateway -- uvx perforce-agentic-gateway

Related MCP servers

Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.

115
Python
MIT
View repository →

MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.

4
TypeScript
MIT
View repository →