P
Python Sandbox
Provides secure Python code execution in containerized sandboxes with automatic matplotlib figure persistence and comprehensive data science libraries for inter
Share:
About
Provides secure Python code execution in containerized sandboxes with automatic matplotlib figure persistence and comprehensive data science libraries for interactive analysis and machine learning experimentation.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install Python Sandbox
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"python-sandbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-python-sandbox"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"python-sandbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-python-sandbox"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"python-sandbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-python-sandbox"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.