Sandock MCP Server

v1.0.0APIsstable

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 after execution. Environment: Python 3.11 on Debian L

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

About

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 after execution. Environment: Python 3.11 on Debian L

Features

  • sandock_run_code
  • sandock_create_sandbox
  • sandock_shell_exec
  • sandock_write_file
  • sandock_download_file

Use Cases

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 after execution. Environment: Python 3.11 on Debian L
Create a persistent sandbox that preserves context across multiple commands. Use when you need to: download files and process them, install packages and use them, or run multi-step workflows. Returns sandboxId. Must call sandock_delete_sandbox when d
Execute shell commands in a persistent sandbox. Context is preserved - files, installed packages, and changes persist. Requires sandboxId from sandock_create_sandbox. Environment: Python 3.11 on Debian Linux (standard Linux commands available). Pre-i
Write text content to a file in a persistent sandbox. File persists for later use. Requires sandboxId from sandock_create_sandbox. Use for scripts, config files, text data. For binary files, use sandock_download_file.
Download a file from URL into a persistent sandbox for later processing. File persists and can be processed in subsequent commands. Requires sandboxId from sandock_create_sandbox. Efficient for large files (content doesn't pass through agent).
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

Examples

Basic Configuration

Configure Sandock MCP Server

npx -y sandock-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

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 MCP Server?

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

60+ ServersFree & Open SourceStep-by-Step Guides