SourceWeave Web Search✓
io.github.MRNAQA/sourceweave-web-search · v0.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MRNAQA/sourceweave-web-search",
"description": "Fully local MCP server and CLI for web research",
"title": "SourceWeave Web Search",
"repository": {
"url": "https://github.com/MRNAQA/sourceweave-web-search",
"source": "github"
},
"version": "0.5.0",
"websiteUrl": "https://github.com/MRNAQA/sourceweave-web-search",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "sourceweave-web-search",
"version": "0.5.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SearXNG URL template. Must contain <query>.",
"name": "SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL"
},
{
"description": "Base URL for the Crawl4AI service.",
"name": "SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL"
},
{
"description": "Redis or Valkey URL used for caching.",
"name": "SOURCEWEAVE_SEARCH_CACHE_REDIS_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}