io.github.gradion-ai/ipybox✓
io.github.gradion-ai/ipybox · v0.9.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.gradion-ai/ipybox",
"description": "Unified execution environment for Python code, shell commands, and programmatic MCP tool calls",
"repository": {
"url": "https://github.com/gradion-ai/ipybox",
"source": "github"
},
"version": "0.9.1",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "ipybox",
"version": "0.9.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Code workspace directory",
"type": "named",
"name": "--workspace",
"valueHint": "directory_path"
},
{
"description": "Run kernel gateway in sandbox (macOS only)",
"type": "named",
"name": "--sandbox"
},
{
"description": "Sandbox config file path",
"type": "named",
"name": "--sandbox-config",
"valueHint": "file_path"
},
{
"description": "Logging level",
"type": "named",
"name": "--log-level",
"valueHint": "DEBUG|INFO|WARNING|ERROR|CRITICAL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}