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",