Stats
Actions
Tags
From codeact-sandbox
Local sandboxed Python code execution environment with workspace isolation. Runs scripts and data analysis tasks using IPython-like kernels, configurable via sandbox config.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ipybox": {
"command": "uvx",
"args": [
"ipybox",
"--workspace",
"${PWD}",
"--sandbox",
"--sandbox-config",
"sandbox-config.json"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub gradion-ai/ipybox --plugin codeact-default