Skip to main content
Glama
server.json1.45 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.gradion-ai/ipybox", "description": "Python code execution sandbox with first-class support for programmatic MCP tool calling.", "repository": { "url": "https://github.com/gradion-ai/ipybox", "source": "github" }, "version": "0.0.0", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "ipybox", "version": "0.0.0", "runtimeHint": "uvx", "transport": { "type": "stdio" }, "packageArguments": [ { "type": "named", "name": "--workspace", "description": "Code workspace directory", "valueHint": "directory_path", "isRequired": false }, { "type": "named", "name": "--sandbox", "description": "Run kernel gateway in sandbox (macOS only)", "isRequired": false }, { "type": "named", "name": "--sandbox-config", "description": "Sandbox config file path", "valueHint": "file_path", "isRequired": false }, { "type": "named", "name": "--log-level", "description": "Logging level", "valueHint": "DEBUG|INFO|WARNING|ERROR|CRITICAL", "isRequired": false } ] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gradion-ai/ipybox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server