Quickstart
This guide will help you create your first context container and connect it to an AI tool. Choose the path that fits your workflow.
Two Ways to Start
Section titled “Two Ways to Start”Instant start (no account needed)
Section titled “Instant start (no account needed)”Wire supports instant onboarding. Start using a container without creating an account. Add a Wire MCP server URL to your AI tool and you get a fully functional ephemeral container immediately. Upload files, write entries, and query context right away.
Ephemeral containers last 7 days. When you’re ready to keep yours, call the wire_claim tool to get a claim link, then sign up or log in to make it permanent.
See the Instant Onboarding guide for the full walkthrough.
Account-first start
Section titled “Account-first start”Create an account, set up an organization, then create containers from the dashboard. This is the traditional path and gives you full control from the start.
Follow the steps below for this approach.
Prerequisites
Section titled “Prerequisites”- A Wire account (sign up here)
- An AI tool that supports MCP (Claude Desktop, Claude Code, Cursor, etc.)
Step 1: Create Your Account
Section titled “Step 1: Create Your Account”Visit usewire.io and click Get Started. Sign up with your email or Google account. You’ll be prompted to create your first organization.
Step 2: Create a Container
Section titled “Step 2: Create a Container”From your dashboard, click New Container. Wire creates a container with a placeholder name and takes you to it.
Containers are immediately ready for use. All 5 tools (wire_explore, wire_search, wire_write, wire_delete, wire_analyze) are available from creation.
Step 3: Add Content
Section titled “Step 3: Add Content”You can add content in two ways. Use either or both.
Path A: Agent-First
Section titled “Path A: Agent-First”Connect your MCP client first, then let your agent write entries directly.
- Skip to Step 4 to connect your AI tool
- Ask your agent to write entries using
wire_write - Optionally run analysis (via
wire_analyzeor the dashboard) to refresh the schema for querying
This is ideal when your agent is gathering context during a session and you want it stored for later.
Path B: File-First
Section titled “Path B: File-First”Upload files through the dashboard, then query them with your AI tool.
- Click Upload Files on your container page
- Drag and drop or select files
- Wire processes your files into entries automatically
See Supported File Types for the complete list of formats.
After processing, analysis runs to discover entity types and build the schema for querying.
Step 4: Connect Your MCP Client
Section titled “Step 4: Connect Your MCP Client”Connect your AI tool to your container’s MCP server. This example uses Claude Code:
When prompted, authorize Wire to access your containers.
See MCP Connect for setup instructions for other clients like Claude Desktop, Cursor, and Cline.
Step 5: Query Your Context
Section titled “Step 5: Query Your Context”Now you can ask your MCP client questions about your content:
Can you summarize the key points from my project documentation?Your MCP client will use Wire’s tools to search and retrieve relevant context from your container.
What’s Next?
Section titled “What’s Next?”- Instant Onboarding - Try Wire without an account
- Core Concepts - Learn about containers, entries, and tools
- Tools Reference - Full tool reference
- MCP Authentication - Understand how OAuth works
- Creating Containers - Container organization best practices