a year ago
research-and-dataA MCP server that enables LLMs to run python code safely in isolated Docker containers.
Server Config
{
"mcpServers": {
"python-sandbox-sse": {
"command": "mcp-proxy",
"args": [
"http://localhost:8060/eval"
],
"ssePath": "/eval"
}
}
}