@@ -155,6 +155,32 @@ Menu → MCP Manager → Add Server → Configure
155155- Import from Claude Desktop configuration
156156- Test connections before using
157157
158+ #### Example: Parallel Search
159+
160+ [ Parallel Search MCP] ( https://docs.parallel.ai/integrations/mcp/search-mcp ) provides
161+ ` web_search ` and ` web_fetch ` without a Parallel account or API key. To connect it
162+ through opcode's existing Stdio form, install Node.js with ` npx ` available to
163+ opcode, then open ** MCP Manager → Add Server → Stdio** and enter:
164+
165+ | Field | Value |
166+ | --- | --- |
167+ | Server Name | ` parallel-search ` |
168+ | Command | ` npx ` |
169+ | Arguments | ` -y mcp-remote https://search.parallel.ai/mcp --transport http-only ` |
170+ | Scope | ` User (all projects) ` |
171+ | Environment Variables | Leave empty |
172+
173+ Click ** Add Stdio Server** , then start a new session. The
174+ [ ` mcp-remote ` ] ( https://github.com/punkpeye/mcp-remote ) bridge downloads on first use
175+ and connects to Parallel over Streamable HTTP. Use the Stdio form for this
176+ recipe; the SSE URL field uses a different transport.
177+
178+ This adds the server for all projects. Once enabled, the agent may invoke its
179+ tools under your existing permissions, sending queries, requested URLs, and
180+ supplied objectives or context to Parallel. Free access is rate limited. To
181+ remove it, use the trash button for ` parallel-search ` in ** MCP Manager → Servers**
182+ and start a new session.
183+
158184## 🚀 Installation
159185
160186### Prerequisites
0 commit comments