Skip to content

Agent API Gateway for Zed

io.github.zachdreamz/agent-api-gateway

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

client:Zed transport:stdio runtime:npm

Install Agent API Gateway in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Agent API Gateway in other clients