Skip to content

Cline

Add your Wire container to Cline in VS Code.

  1. Click the Cline icon in VS Code
  2. Navigate to the “Remote Servers” tab
  3. Enter your server details:
    • Server Name: wire-my-container
    • Server URL: Your container’s MCP URL
    • Transport Type: Streamable HTTP
  4. Click “Add Server”
  5. For OAuth, click “Authenticate” when prompted

Alternatively, add to your Cline MCP settings:

{
"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.

{
"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"
}
}
}
}

Copy the MCP URL from your container’s detail page in the Wire dashboard.