diff --git a/mcp-configs/mcp-servers.json b/mcp-configs/mcp-servers.json index 6eb04d4f..b8386c45 100644 --- a/mcp-configs/mcp-servers.json +++ b/mcp-configs/mcp-servers.json @@ -99,6 +99,11 @@ }, "description": "Web search, research, and data ingestion via Exa API — prefer task-scoped use for broader research after GitHub search and primary docs" }, + "parallel-search": { + "type": "http", + "url": "https://search.parallel.ai/mcp", + "description": "Parallel Web Search — LLM-optimized web_search and web_fetch tools that take an objective + queries and return citation-backed excerpts in a single call (replaces multiple keyword searches). Works key-free for anonymous use. For higher rate limits, add a headers block: { \"Authorization\": \"Bearer YOUR_PARALLEL_API_KEY_HERE\" } using a key from platform.parallel.ai." + }, "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp@latest"],