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
17 changes: 17 additions & 0 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,23 @@ Model Context Protocol (MCP) extends agent capabilities with external tools.
}
```

**Parallel Search (optional):**

To opt in, manually add this entry to your own `mcp_servers.json`. The default
Parallel Search endpoint does not require an account or API key. Only search
queries made by the chosen agent and URLs it asks to fetch are sent to Parallel.

```json
{
"parallel_search": {
"name": "parallel_search",
"url": "https://search.parallel.ai/mcp",
"streaming_server": true,
"enabledForAgents": ["Researcher"]
}
}
```

**Remote MCP Server using legacy SSE:**

```json
Expand Down