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.

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.

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

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

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.

Share:

Stars
214
Forks
12
Last commit
1 month ago
Repository age
7 months
License
Apache-2.0

Auto-fetched from GitHub.

Similar to Containarium