Perforce Agentic Gateway
OfficialProvides access to BlazeMeter, a performance testing and load testing platform, enabling management and execution of performance tests through MCP tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Perforce Agentic GatewayWhat MCP servers are in the catalog?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PAG --- 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.
Prerequisites
uv --- the only hard requirement.
Docker or Podman --- only for servers that run as containers.
Each server's own dependencies --- PAG proxies servers, it doesn't bundle them (e.g. Node for
npxservers, an account for API servers).
Related MCP server: MCP Gateway
Quickstart
1. Connect your AI client
PAG runs as a stdio MCP server, launched via uvx.
With Claude Code:
claude mcp add pag -- uvx perforce-agentic-gateway@latestFor any client that uses .mcp.json (Cursor, and others):
{
"mcpServers": {
"pag": {
"command": "uvx",
"args": ["perforce-agentic-gateway@latest"]
}
}
}@latest keeps PAG current on each launch. Add --working-directory <dir> to pin a project. Other clients (Codex, VS Code, ...): see Connecting AI clients. Restart the client; pag__* tools should appear.
Prefer to install once instead of fetching on demand? uv tool install perforce-agentic-gateway puts a perforce-agentic-gateway command on your PATH that you run in place of uvx perforce-agentic-gateway --- see Installing PAG as a tool.
2. See what's available
Ask your assistant:
"What MCP servers are in the PAG registry?"
Lists everything installable from configured registries --- including Perforce's first-party servers, e.g. P4, BlazeMeter, Perfecto, Delphix, IPLM.
3. Enable a server from the catalog
Perforce product support MCP servers are available straight from the catalog. Ask your assistant to recommend servers for what you're working on:
"What MCP servers would help with this project?"
PAG scans your project for technology signals and suggests catalog servers, always asking before it enables anything. Or name one directly:
"Enable the P4 server."
PAG records it in your config and starts it. Most Perforce servers need credentials (typically a server URL and an access token); when so, the assistant hands you a dashboard link to enter them --- secrets never travel through the chat. See Perforce servers and Secrets.
Browse the full catalog any time with uvx perforce-agentic-gateway view. See Using PAG.
4. Or add a custom server
Anything not in a registry --- a local command, a container, or a remote HTTP endpoint --- you add directly. The MCP fetch server runs via uvx and needs no credentials, so it's a handy zero-setup server to run end to end and see the flow:
"Add a custom server named
fetchthat runsuvx mcp-server-fetch."
PAG writes it to your config and starts it.
5. Run a real command
"Fetch https://modelcontextprotocol.io and tell me what MCP is."
The assistant calls fetch__fetch through PAG and answers from the live page.
Why it stays fast
AI client --one stdio connection--> PAG --> server A (command)
| --> server B (remote HTTP)
+-> server C (container)PAG doesn't forward every downstream tool to your client (20 servers can mean a thousand tools). It exposes a small, fixed pag__* set and keeps the full catalog inside the gateway:
pag__exploresearches the catalog; only the slice the assistant asks for enters its context.pag__executeruns JavaScript that calls downstream tools, so loops and fan-out across servers take one round trip instead of many.
Full mechanics (the sandbox, qualified tool names, prompts and resources) are in Tools and the sandbox.
Going deeper
Connecting AI clients --- Claude Code, Codex, VS Code, Cursor.
Using PAG --- managing servers, the dashboard, the catalog and registries, Perforce servers, the tools/sandbox model.
Secrets --- entering, storing, and looking up credentials.
Configuration --- the complete
config.tomlreference.Troubleshooting --- logging and common fixes.
Reference --- command line, uninstalling, glossary.
Feedback
Bug reports and feature requests go through GitHub issues. For setup and runtime problems, check Troubleshooting first --- it covers the common cases.
License
Use of PAG is governed by the Perforce Agentic Gateway Terms of Use.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA universal gateway that aggregates multiple MCP servers into a single interface while providing advanced token optimization, result filtering, and automated summarization. It enables efficient management of large tool catalogs and reduces context usage by up to 95% for major AI clients.Last updated4515MIT
- FlicenseAqualityAmaintenanceA multiplexing gateway that aggregates multiple MCP servers into a single port, significantly reducing context token usage through a Meta-MCP discovery system. It enables dynamic tool discovery and invocation across various transport protocols including stdio, HTTP, and SSE.Last updated1545
- Alicense-qualityCmaintenanceA unified gateway and web dashboard that aggregates multiple MCP servers into a single Streamable HTTP endpoint. It supports stdio, SSE, and HTTP protocols, featuring optimized tool exposure modes to reduce token consumption for AI clients.Last updated5MIT
- Flicense-qualityDmaintenanceA TypeScript gateway that aggregates multiple MCP servers into a single endpoint, enabling AI agents to access tools from many backends through one connection.Last updated452
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/perforce/perforce-agentic-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server