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
14 changes: 14 additions & 0 deletions docs/src/content/docs/configuration/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@ Project MCP config is intentionally gated because it can point at local executab
}
```

#### Parallel Search

Parallel Search MCP provides live web search and URL fetching through `web_search` and `web_fetch`. The default endpoint requires no account, API key, or OAuth:

```json
{
"id": "parallel-search",
"name": "Parallel Search",
"transport": "streamable_http",
"url": "https://search.parallel.ai/mcp",
"enabled": true
}
```

### `sse`

```json
Expand Down