Skip to content

SourceWeave Web Search for Zed

io.github.mrnaqa/sourceweave-web-search

Fully local MCP server and CLI for web research

client:Zed transport:stdio runtime:pypi

Install SourceWeave Web Search 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": {
    "sourceweave-web-search": {
      "command": "uvx",
      "args": [
        "sourceweave-web-search"
      ],
      "env": {
        "SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL": "<SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL>",
        "SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL": "<SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL>",
        "SOURCEWEAVE_SEARCH_CACHE_REDIS_URL": "<SOURCEWEAVE_SEARCH_CACHE_REDIS_URL>"
      }
    }
  }
}

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

SourceWeave Web Search in other clients