proxy_add_custom_proxy
Add a custom MCP server by providing a unique name and URL. Supports SSE and HTTP runtimes, with optional immediate activation.
Instructions
Register a custom (non-catalogue) MCP server and optionally activate it. Only SSE and HTTP runtimes are accepted; stdio is restricted to prevent arbitrary command execution.
Args: name: A unique identifier for this server url: SSE URL (e.g. http://localhost:8100/sse) or HTTP URL tags: Tag list for future discovery matching runtime: "sse" or "http" (stdio is not permitted for custom proxies) activate_now: If True, mount the server immediately
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| tags | No | ||
| runtime | No | sse | |
| activate_now | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |