Perforce Agentic Gateway MCP Server

Perforce Agentic Gateway (PAG) is a local MCP gateway providing a token efficient code mode. AI clients are configured once, to connect to PAG and all other MCP servers are instead configured through PAG. Instead of being set up with and loading the tools of each MCP separately, PAG manages the running MCP server processes, restarts them when they crash, and stores their necessary credentials in your OS Keychain.

People connecting this server to Claude, Cursor, VS Code, or another MCP client.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 11 · #241 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · how we verify → /methodology

01 · Install Perforce Agentic Gateway

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add perforce-perforce-agentic-gateway -- uvx perforce-agentic-gateway

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "perforce-perforce-agentic-gateway": {
      "command": "uvx",
      "args": [
        "perforce-agentic-gateway"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package perforce-agentic-gateway - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.perforce is GitHub-verified and matches the repo owner

03 · What Perforce Agentic Gateway can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2026.5 · 2026-08-14

Perforce Agentic Gateway v2026.5 · Token-savings reporting for code mode, a readable answer when a server is · running but serving no tools, and richer typed results for sandbox code. · sh · claude mcp add pag -- uvx…

v2026.4 · 2026-07-08

Perforce Agentic Gateway v2026.4 · PAG is now published to the official · MCP registry as · io.github.perforce/perforce-agentic-gateway, so MCP clients that browse the · registry can discover and install it directly.…

v2026.3 · 2026-07-08

Perforce Agentic Gateway v2026.3 · Reviewing and applying registry-server updates from the dashboard, plus more · reliable catalog and registry syncing. · sh · claude mcp add pag -- uvx perforce-agentic-gateway@latest…

04 · Who maintains Perforce Agentic Gateway

Perforce Agentic Gateway is maintained by perforce. We track 2 MCP servers from perforce - 2 actively maintained, 15 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from perforce.

  1. p4plan-mcp MCP server for P4 Plan - tasks, sprints, bugs, comments, custom fields via GraphQL API. ★ 4

05 · Facts

category
other - ranked #241 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-14)
registry
io.github.perforce/perforce-agentic-gateway (active, first published 2026-07-08 · 2 versions)
packages
pypi:perforce-agentic-gateway

06 · Perforce Agentic Gateway FAQ

What is Perforce Agentic Gateway?

Perforce Agentic Gateway (PAG) is a local MCP gateway providing a token efficient code mode. AI clients are configured once, to connect to PAG and all other MCP servers are instead configured through PAG. Instead of being set up with and loading the tools of each MCP separately, PAG manages the running MCP server processes, restarts them when they crash, and stores their necessary credentials in your OS Keychain.

Is Perforce Agentic Gateway still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Perforce Agentic Gateway?

Run `uvx perforce-agentic-gateway`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Perforce Agentic Gateway run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Perforce Agentic Gateway