ironclaw
Sandboxed shell exec for MCP clients: run untrusted agent commands in a gVisor container.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/ironsecco/ironclaw-mcp:v0.1.530
Or add to your MCP client config:
{
"mcpServers": {
"ironclaw": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ironsecco/ironclaw-mcp:v0.1.530"
],
"env": {
"IRONCLAW_CONTROLPLANE_URL": "<YOUR_VALUE>",
"IRONCLAW_API_TOKEN": "<YOUR_VALUE>"
}
}
}
}
IRONCLAW_CONTROLPLANE_URLrequired — Base URL of your running IronClaw control-plane, e.g. http://127.0.0.1:8787. This image is a thin client with no host privilege: it delegates every sandbox_exec run to the control-plane, which owns the hardened gVisor launch. Unset means no backend and the tool fails closed.IRONCLAW_API_TOKENrequired secret — Bearer token for the control-plane API (the value the control-plane was started with).
This server takes extra arguments — see its repository.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry