Perforce Agentic Gateway for VS Code
io.github.perforce/perforce-agentic-gateway
Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode
client:VS Code
transport:stdio
runtime:pypi
Install Perforce Agentic Gateway in VS Code
.vscode/mcp.json
{
"servers": {
"perforce-agentic-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"perforce-agentic-gateway"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs