mcp-ralph-town
v0.0.4
Published
MCP server for disposable Daytona sandbox orchestration
Downloads
54
Readme
mcp-ralph-town
MCP server for disposable Daytona sandbox orchestration.
It exposes sandbox tools to any MCP-capable LLM client so models can run commands, smoke tests, and eval workloads in isolated cloud sandboxes.
Installation
npx mcp-ralph-townUsage
Add to an MCP client config:
{
"mcpServers": {
"ralph-town": {
"command": "npx",
"args": ["mcp-ralph-town"]
}
}
}Tools
sandbox_run- Create a fresh sandbox, run a command, and delete it by defaultsandbox_create- Create a new Daytona sandboxsandbox_list- List active sandboxessandbox_ssh- Get SSH credentials for a sandboxsandbox_delete- Delete a sandboxsandbox_exec- Execute command in an existing sandboxsandbox_env_list- List environment variables for a sandboxsandbox_env_set- Set environment variable for a sandbox
Example
Ask an MCP client to call sandbox_run with:
{
"command": "pnpx my-pi@latest --help",
"timeout": 120,
"keep": false
}License
MIT
