Skip to content

Perforce Agentic Gateway for Zed

io.github.perforce/perforce-agentic-gateway

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

client:Zed transport:stdio runtime:pypi

Install Perforce Agentic Gateway in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Perforce Agentic Gateway in other clients