Unified execution environment for Python code, shell commands, and programmatic MCP tool calls
claude mcp add ipybox -- uvx ipybox
claude_desktop_config.json
{
"mcpServers": {
"ipybox": {
"command": "uvx",
"args": [
"ipybox"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ipybox": {
"command": "uvx",
"args": [
"ipybox"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ipybox": {
"command": "uvx",
"args": [
"ipybox"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ipybox": {
"type": "stdio",
"command": "uvx",
"args": [
"ipybox"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ipybox": {
"command": "uvx",
"args": [
"ipybox"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.gradion-ai--ipybox/reviews or the review_server meta-tool.
POST /mcp