Prerequisites
- A running MCP server (HTTP or STDIO)
- A workspace to add the connection to
Add via dashboard
- Navigate to your workspace
- Open the Connections tab
- Click Add connection
- Choose the connection type (MCP)
- Fill in the connection details:
HTTP transport
| Field | Description | Example |
|---|---|---|
| Name | Display name for this connection | order-service |
| URL | The MCP server’s HTTP endpoint | http://localhost:3000/mcp |
STDIO transport
| Field | Description | Example |
|---|---|---|
| Name | Display name for this connection | order-service |
| Command | The executable to run | node |
| Args | Command arguments | ["/opt/services/order-mcp/index.js"] |
- Click Test to verify the connection and discover tools
- Click Save to add the connection
Add via API
Test the connection first
Save the connection
Add via SDK
Tool discovery
For HTTP connections, tools are discovered automatically when the connection is saved. For STDIO connections, tools are discovered on the first query. Each discovered tool includes:- Name: unique identifier
- Description: what the tool does
- Input schema: JSON Schema for parameters
- Is write: whether the tool modifies data