🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

perforce-agentic-gateway

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perforce-agentic-gateway

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

pipPyPI
Version
2026.4
Weekly downloads
136
Maintainers
1

Perforce Agentic Gateway (PAG)

PAG is a local MCP gateway with a token-efficient code mode. You configure your AI client once to connect to PAG, and manage every other MCP server through PAG: it runs the server processes, restarts them when they crash, and keeps their credentials in your OS keychain.

Perforce products ship as first-party servers, and PAG proxies any MCP server — add third-party servers from a registry or by manual configuration.

Install

PAG runs via uv; there is no separate install step. Point your AI client at it — for example, Claude Code:

claude mcp add pag -- uvx perforce-agentic-gateway@latest

Any client that uses .mcp.json (Cursor, and others):

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

Browse the catalog and manage servers in the dashboard with uvx perforce-agentic-gateway@latest view.

Why it stays fast

Rather than forwarding every downstream tool to your client (20 servers can mean a thousand tools), PAG exposes a small, fixed pag__* toolset and keeps the full catalog inside the gateway. Your assistant searches it with pag__explore and runs multi-step workflows — loops, fan-out across servers — through pag__execute in one round trip instead of many.

Documentation

License

Use of PAG is governed by the Perforce Agentic Gateway Terms of Use.

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts