Stats
Actions
Tags
From codeact-sandbox
Runs a sandboxed IPython environment locally for executing Python code and data analysis tasks. Uses uvx and a sandbox config file.
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