home / mcp / sandbox fusion mcp server
An MCP server that connects to Sandbox Fusion to provide multi-language code execution and notebook capabilities for LLMs.
Configuration
View docs{
"mcpServers": {
"astricaelus-sandbox-fusion-mcp": {
"command": "python",
"args": [
"server.py"
],
"env": {
"SANDBOX_FUSION_ENDPOINT": "http://localhost:8000"
}
}
}
}Execute a code snippet in a specified language with an optional timeout.
Execute a Jupyter notebook given its JSON content with an optional timeout.