SourceWeave Web Search for Cline
io.github.mrnaqa/sourceweave-web-search
Fully local MCP server and CLI for web research
client:Cline
transport:stdio
runtime:pypi
Install SourceWeave Web Search in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs