Cursor
Add your Wire container to Cursor’s MCP configuration.
Configuration File Location
Section titled “Configuration File Location”- macOS:
~/.cursor/mcp.json - Windows:
%USERPROFILE%\.cursor\mcp.json - Linux:
~/.cursor/mcp.json
With OAuth
Section titled “With OAuth”{ "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.
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", "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.
Restart Cursor after updating the configuration.