From 9dbc04f6445de76bc5406647e957b2f915fa05aa Mon Sep 17 00:00:00 2001 From: georgeatparallel Date: Sun, 23 Aug 2026 03:02:59 +0000 Subject: [PATCH] Add Parallel Search to the MCP store Signed-off-by: georgeatparallel --- src/core/mcp/store.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/mcp/store.ts b/src/core/mcp/store.ts index 2318114..512f0d4 100644 --- a/src/core/mcp/store.ts +++ b/src/core/mcp/store.ts @@ -90,6 +90,11 @@ export const MCP_STORE: McpStoreEntry[] = [ config: { command: "npx", args: ["-y", "firecrawl-mcp"] }, envHint: ["FIRECRAWL_API_KEY"], }, + { + name: "parallel-search", + description: "Web search and URL fetching; selected queries and requested URLs are sent to Parallel", + config: { command: "npx", args: ["-y", "mcp-remote", "https://search.parallel.ai/mcp"] }, + }, { name: "notion", description: "Notion pages and databases",