Perforce Agentic Gateway for Cursor
io.github.perforce/perforce-agentic-gateway
Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode
client:Cursor
transport:stdio
runtime:pypi
Install Perforce Agentic Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"perforce-agentic-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"perforce-agentic-gateway"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs