Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down