Cline
Add your Wire container to Cline in VS Code.
Via UI
Section titled “Via UI”- Click the Cline icon in VS Code
- Navigate to the “Remote Servers” tab
- Enter your server details:
- Server Name:
wire-my-container - Server URL: Your container’s MCP URL
- Transport Type: Streamable HTTP
- Server Name:
- Click “Add Server”
- For OAuth, click “Authenticate” when prompted
Via Config File
Section titled “Via Config File”Alternatively, add to your Cline MCP settings:
With OAuth
Section titled “With OAuth”{ "mcpServers": { "wire-my-container": { "url": "https://YOUR_ORG_SLUG.mcp.usewire.io/container/YOUR_CONTAINER_ID/mcp", "type": "streamableHttp" } }}Click “Authenticate” in Cline when prompted.
With API Key
Section titled “With API Key”{ "mcpServers": { "wire-my-container": { "url": "https://YOUR_ORG_SLUG.mcp.usewire.io/container/YOUR_CONTAINER_ID/mcp", "type": "streamableHttp", "headers": { "x-api-key": "YOUR_API_KEY" } } }}Finding Your Container URL
Section titled “Finding Your Container URL”Copy the MCP URL from your container’s detail page in the Wire dashboard.