Cursor / Windsurf
One command configures the safety proxy for any AI code editor.
Step 1: Set up A2A TrustGate
Run the quickstart wizard — prints API key setup, MCP config, CLAUDE.md snippet, and wrapper generators:
npx a2a-trustgate quickstart # Then run the interactive setup: npx a2a-trustgate setup
Step 2: Configure your editor
npx a2a-trustgate configure mcp # Adds to your editor's mcp.json: { "mcpServers": { "a2a-trustgate": { "command": "npx", "args": ["a2a-trustgate", "server"] } } }