Skip to content
Cursor

Agent API Gateway for Cursor

io.github.zachdreamz/agent-api-gateway

Extract structured web data (product, article, company) for AI agents via Agent API Gateway

client:Cursor transport:stdio runtime:npm

Install Agent API Gateway in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-api-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-api-gateway-mcp"
      ],
      "env": {
        "AGENT_API_KEY": "<AGENT_API_KEY>",
        "API_BASE_URL": "<API_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Agent API Gateway in other clients