Skip to main content
Glama
marketplace.json1.36 kB
{ "name": "ipybox", "version": "0.0.2", "description": "Code action plugins for Claude Code using ipybox", "owner": { "name": "gradion-ai" }, "plugins": [ { "name": "codeact-default", "source": "./plugin", "description": "Runs ipybox without sandbox-runtime ", "version": "0.0.2", "keywords": ["codeact", "python", "mcp", "ipybox"], "mcpServers": { "ipybox": { "command": "uvx", "args": ["ipybox", "--workspace", "${PWD}"] } } }, { "name": "codeact-sandbox", "source": "./plugin", "description": "Runs ipybox with sandbox-runtime", "version": "0.0.2", "keywords": ["codeact", "python", "mcp", "ipybox", "sandbox"], "mcpServers": { "ipybox": { "command": "uvx", "args": ["ipybox", "--workspace", "${PWD}", "--sandbox", "--sandbox-config", "sandbox-config.json"] } } }, { "name": "codeact-docker", "source": "./plugin", "description": "Runs ipybox as a Docker container", "version": "0.0.2", "keywords": ["codeact", "python", "mcp", "ipybox", "docker"], "mcpServers": { "ipybox": { "command": "docker", "args": ["run", "-i", "--rm", "-v", "${PWD}:/app/workspace", "ipybox"] } } } ] }

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