Skip to main content
Glama

Sandbox MCP

MIT License
78
  • Linux
  • Apple
config.json739 B
{ "id": "python", "name": "Python", "description": "Safely execute Python code in a secure, isolated environment.", "hints": { "isDestructive": false, "isIdempotent": true }, "version": "0.1.0", "image": "sandbox-mcp/python:latest", "user": "sandbox", "entrypoint": "main.py", "timeout": 60, "command": [ "python", "main.py" ], "parameters": { "additionalFiles": true }, "security": { "readOnly": false, "capDrop": [ "all" ], "securityOpt": [ "no-new-privileges:true" ], "network": "none" }, "resources": { "cpu": 1, "memory": 128, "processes": 64, "files": 96 }, "mount": { "workdir": "/sandbox", "tmpdirPrefix": "sandbox-mcp-", "scriptPerms": "0755", "readOnly": false } }

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/pottekkat/sandbox-mcp'

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