An MCP server that executes Python code in isolated rootless containers with optional MCP server proxying. Implementation of Anthropic's and Cloudflare's ideas for reducing MCP tool definitions context bloat.
Stars
321
Forks
27
Watchers
321
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
62
commits
1
commits
Refactor code structure for improved readability and maintainability
27d23b8View on GitHubfeat: expand `run_python` tool description for enhanced clarity and detail.
bd592ebView on GitHubdocs: Update Python Sandbox summary to emphasize persistence and state retention.
aea09daView on GitHubfeat: document persistent sessions and execution, and add Terminal Bench references to README.
ad292acView on GitHubfeat: Implement persistent code execution in the sandbox by processing commands via an stdin queue and add a new persistence test.
4735fb6View on GitHubfeat: Add detailed server descriptions to `discovered_servers()` and refactor server discovery.
f8a07f0View on GitHubdocs: Add comparisons to Speakeasy Dynamic Toolsets and Gentoro OneMCP in README.
d9b5c91View on GitHubdocs: generalize MCP server registration instructions and simplify server discovery documentation.
b958416View on GitHubfeat: Add 'No-MCP' philosophy and robustness features to README, and refactor logging to be configurable via environment variable.
77943bdView on GitHubfeat: Implement file-based debug logging and robust error handling for the main application loop.
e80d437View on GitHubfeat: simplify config sources by limiting to MCPs directory and temporarily disable unused sources
a222721View on GitHubfeat: enhance Podman support by probing for existing shared volumes on older builds
2ba6f77View on GitHubfeat: prevent recursive launches by skipping self-referential MCP server configurations and add environment variable support
51575e8View on GitHubfeat: enhance error handling by ignoring benign JSON parse exceptions and improve test coverage for blank line scenarios
825b9dfView on GitHub