agent-gateway-quickstart

grandintegrator/agent-gateway-quickstart
★ 0 stars Shell AI/LLM Updated today
Minimal end-to-end examples: Vertex AI Agent Gateway + Agent Identity + governing agent access to an MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}