Containarium MCP Server
Containarium is a Go MCP server for Cursor, VS Code. The open-source, self-hostable, agent-native sandbox. Bring your own agent (Cursor, Claude Code, OpenCode); we run the box.
How to use Containarium MCP Server
Client configuration
That installs Containarium + Incus + dependencies, starts the daemon,
and gives you a working API at `http://localhost:8080`.
### 2. Create your first box
```bash
sudo containarium create alice --ssh-key ~/.ssh/id_ed25519.pub
sudo containarium list
```
### 3. Wire up SSH so `ssh alice` just works
```bash
containarium ssh-config sync
# Adds entries to ~/.containarium/ssh_config.
# Then add ONE line to ~/.ssh/config:
# Include ~/.containarium/ssh_config
ssh alice # connects through the sentinel
```
### 4. Point your agent at the box
In `~/.cursor/mcp.json` or `~/.claude.json`:
```jsonc
{
"mcpServers": {
"containarium-box": {
"command": "ssh",
"args": ["alice", "agent-box"]
}
}
}Compatible clients
What is Containarium MCP Server?
Containarium is a Go MCP server for Cursor, VS Code. The open-source, self-hostable, agent-native sandbox. Bring your own agent (Cursor, Claude Code, OpenCode); we run the box. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Shell commands support
- Browser use support
- Document generation support
- Anthropic provider support
- Connecting agents to external tools and data
- Integrations workflows
Technical details
- Built for Go
- Built for Python
- Built for Rust
- Works with Cursor
- Works with VS Code
- Uses stdio transport
- Uses SSE transport
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use Containarium MCP Server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is Containarium?
Containarium is a Go MCP server for Cursor, VS Code. The open-source, self-hostable, agent-native sandbox. Bring your own agent (Cursor, Claude Code, OpenCode); we run the box.
Who is Containarium best for?
Containarium is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, cursor users.
How do I install Containarium?
Check the Containarium GitHub repository for installation instructions.
Is Containarium actively maintained?
Containarium may need a closer maintenance check before production use.
Auto-fetched from GitHub.