Skip to content
Zed

Trawlia for Zed

co.trawlia/trawlia-mcp

Web search and page extraction for agents, returned as readable text rather than raw JSON.

client:Zed transport:stdio runtime:npm

Install Trawlia 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": {
    "trawlia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "trawlia-mcp"
      ],
      "env": {
        "TRAWLIA_API_KEY": "<TRAWLIA_API_KEY>",
        "TRAWLIA_BASE_URL": "<TRAWLIA_BASE_URL>"
      }
    }
  }
}

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

Trawlia in other clients