Sandock

v1.0.0Developer Toolsstable

Execute Python code in a fresh, temporary sandbox. Each call creates a NEW sandbox - no context preserved between calls. Best for simple, self-contained tasks. Use print() for output. Auto-cleanup aft

code-execution
Share:
0
Stars
0
Downloads
0
Weekly
0/5

What is Sandock?

Sandock is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to execute python code in a fresh, temporary sandbox. each call creates a new sandbox - no context preserved between calls. best for simple, self-contained tasks. use print() for output. auto-cleanup aft

Execute Python code in a fresh, temporary sandbox. Each call creates a NEW sandbox - no context preserved between calls. Best for simple, self-contained tasks. Use print() for output. Auto-cleanup aft

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • sandock_run_code
  • sandock_create_sandbox
  • sandock_shell_exec

Use Cases

Execute Python code in temporary sandboxes
Self-contained task execution
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y sandock-mcp

Manual Installation

npx -y sandock-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

Frequently Asked Questions about Sandock

What is Sandock?

Sandock is a Model Context Protocol (MCP) server that execute python code in a fresh, temporary sandbox. each call creates a new sandbox - no context preserved between calls. best for simple, self-contained tasks. use print() for output. auto-cleanup aft It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Sandock?

Install via npm with the command: npx -y sandock-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Sandock?

Sandock works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Sandock free to use?

Yes, Sandock is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "sandock": { "command": "npx", "args": ["-y", "sandock-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Sandock?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides