Favicon of Containarium

Containarium MCP Server

MCP ServerCode & Developer ToolsGoOpen source

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.

Decision snapshot

Is this a fit?

Best for

Connecting agents to external tools and data, Integrations workflows, Coding workflows, Data workflows

Works with

Cursor, VS Code, Go, Python, Rust

Access

May perform destructive actions, Can write or update data, API key required authentication, Destructive actions

Setup

Hosted or remote

Project health

3 months ago · Apache-2.0 license

Considerations

Review destructive actions before connecting it to live data. Confirm write permissions and scope before use. Requires Go.

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

CursorVS Code

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.

Trust signal
85/100
Maintenance signal
95/100
Adoption signal
58/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

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

Compatibility and setup

CursorVS CodestdioSSE
  • 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

GoPythonRustApache-2.0 licenseAPI key requiredAPI key requiredLocal filesDatabase accessNetwork 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.

Destructive actionsWrite actionsRead-only modeFilesystem accessDatabase accessNetwork accessCredentials requiredCan write or update dataMay support destructive actionsAPI key required authenticationHosted or remote

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

GoPythonRustCursorVS CodestdioSSE

Verified compatibility and discovery

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.

Share:

Stars
214
Forks
12
Last commit
3 months ago
Last verified
Not yet verified
Metadata fetched
Sep 5, 2026
Repository age
8 months
License
Apache-2.0

Project health auto-fetched from the source repository.

Alternatives to Containarium