Overview
Wire containers are accessible two ways:
- MCP (Model Context Protocol) — Connect AI tools like Claude, Cursor, and Cline directly to your containers. This is the primary access method.
- REST API — Manage files and check container status programmatically via HTTP. Useful for automation, CI/CD pipelines, and custom integrations.
What is MCP?
Section titled “What is MCP?”MCP (Model Context Protocol) is an open standard that lets AI tools connect to external data sources. Wire uses MCP so you can access your containers from Claude, Cursor, and other compatible tools.
Wire’s MCP Server
Section titled “Wire’s MCP Server”Each Wire container has its own MCP server:
This URL is shown on your container’s detail page in the Wire dashboard.
Supported Clients
Section titled “Supported Clients”We have setup guides for these clients:
Wire follows MCP standards, so it should work with any MCP-compatible client.
Containers are ready for MCP connections immediately after creation. All 5 tools (wire_explore, wire_search, wire_write, wire_delete, wire_analyze) are available without any file uploads or analysis.
REST API
Section titled “REST API”The REST API provides programmatic access to your containers for file management and status checks. Use it for automation, CI/CD pipelines, or custom integrations.
Available endpoints: container status, file listing, file upload, file deletion, and ephemeral container claiming.
See the REST API reference for full documentation.
Next Steps
Section titled “Next Steps”- Claude Code Setup - Connect Wire to Claude Code
- Cursor Setup - Connect Wire to Cursor
- REST API - Programmatic access via HTTP
- Authentication - OAuth and API key details
- Tools - Tool reference