From a3e3b0f57783fbd3f710562c176591a391a29776 Mon Sep 17 00:00:00 2001 From: georgeatparallel Date: Sun, 23 Aug 2026 09:46:37 +0000 Subject: [PATCH] Add Parallel Search MCP preset Signed-off-by: georgeatparallel --- .../frontend-bridge/mcp-presets-api.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/App/memmy-agent/src/entrypoints/frontend-bridge/mcp-presets-api.ts b/App/memmy-agent/src/entrypoints/frontend-bridge/mcp-presets-api.ts index 27a68d611..dde00d8c3 100644 --- a/App/memmy-agent/src/entrypoints/frontend-bridge/mcp-presets-api.ts +++ b/App/memmy-agent/src/entrypoints/frontend-bridge/mcp-presets-api.ts @@ -122,6 +122,21 @@ export const MCP_PRESETS = [ "Network access", "Hosted Exa MCP endpoint currently does not require an API key.", ), + new McpPreset( + "parallel-search", + "Parallel Search", + "web", + "Search the web and retrieve relevant content through Parallel Search. No data is sent to Parallel before you explicitly opt in. Only after you enable Parallel Search and actively use its tools are submitted search objectives, search queries, and requested URLs sent to Parallel.", + "https://docs.parallel.ai/integrations/mcp/search-mcp", + "streamableHttp", + true, + "parallel.ai", + "#0B0B0B", + { type: "streamableHttp", url: "https://search.parallel.ai/mcp", tool_timeout: 45 }, + [], + "Network access", + "No data is sent to Parallel before you explicitly opt in. Only after you enable Parallel Search and actively use its tools are submitted search objectives, search queries, and requested URLs sent to Parallel.", + ), new McpPreset( "microsoft-learn", "Microsoft Learn",