{
"mcpServers": {
"sandbox": {
"args": [
"--image",
"debian:latest"
],
"command": "/path/to/sandbox-mcp-server"
}
}
}Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 29 days ago. 1 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
9 tools. ~400 tokens (0.2% of 200K).
No automated test available for this server. Check the GitHub README for setup instructions.
file_readread a file and return its contents
file_writecreate or overwrite a file (parent directory must exist)
file_listlist directory contents (directories have trailing /)
editor_searchsearch for text in a file, returns matching lines with line numbers
editor_replacereplace a unique substring (fails if ambiguous or not found)
editor_replace_linesreplace a range of lines [start, end] inclusive (1-indexed)
shell_execexecute a command and return output
shell_spawnspawn a background process (detached)
shell_killkill a process by PID
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.