Skip to content

Cursor

Add your Wire container to Cursor’s MCP configuration.

  • macOS: ~/.cursor/mcp.json
  • Windows: %USERPROFILE%\.cursor\mcp.json
  • Linux: ~/.cursor/mcp.json
{
"mcpServers": {
"wire-my-container": {
"url": "https://YOUR_ORG_SLUG.mcp.usewire.io/container/YOUR_CONTAINER_ID/mcp"
}
}
}

When you first use a Wire tool, your browser will open to authorize access.

{
"mcpServers": {
"wire-my-container": {
"url": "https://YOUR_ORG_SLUG.mcp.usewire.io/container/YOUR_CONTAINER_ID/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}

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

Restart Cursor after updating the configuration.