Skip to content

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.

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.

Each Wire container has its own MCP server:

This URL is shown on your container’s detail page in the Wire dashboard.

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.

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.