← Back to browse

SourceWeave Web Search

Indexed by io.github.MRNAQA

About

Fully local MCP server and CLI for web research

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSOURCEWEAVE_SEARCH_SEARXNG_BASE_URL SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL SOURCEWEAVE_SEARCH_CACHE_REDIS_URL
Claude Code
claude mcp add --env SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL= --env SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL= --env SOURCEWEAVE_SEARCH_CACHE_REDIS_URL= sourceweave-web-search -- uvx sourceweave-web-search
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sourceweave-web-search","command":"uvx","args":["sourceweave-web-search"],"env":{"SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL":"","SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL":"","SOURCEWEAVE_SEARCH_CACHE_REDIS_URL":""}}'
JSON
{
  "mcpServers": {
    "sourceweave-web-search": {
      "command": "uvx",
      "args": [
        "sourceweave-web-search"
      ],
      "env": {
        "SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL": "",
        "SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL": "",
        "SOURCEWEAVE_SEARCH_CACHE_REDIS_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.