Skip to content
Zed

agentfetch for Zed

io.github.bch1212/agentfetch

Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.

client:Zed transport:stdio runtime:pypi

Install agentfetch 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": {
    "agentfetch": {
      "command": "uvx",
      "args": [
        "agentfetch-mcp"
      ],
      "env": {
        "JINA_API_KEY": "<JINA_API_KEY>",
        "FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>",
        "REDIS_URL": "<REDIS_URL>"
      }
    }
  }
}

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

agentfetch in other clients