Minimal end-to-end examples: Vertex AI Agent Gateway + Agent Identity + governing agent access to an MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-gateway-quicks": {
"command": "npx",
"args": [
"-y",
"grandintegrator/agent-gateway-quickstart"
]
}
}
}
Run in terminal:
claude mcp add agent-gateway-quicks npx -y grandintegrator/agent-gateway-quickstart
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-gateway-quicks": {
"command": "npx",
"args": [
"-y",
"grandintegrator/agent-gateway-quickstart"
]
}
}
}