Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From sbox-claude
Provides a local sandbox environment for safely executing code or commands. Runs as a subprocess via npx.
npx claudepluginhub lousputthole/sbox-claude --plugin sbox-claudeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sbox": {
"command": "npx",
"args": [
"-y",
"sbox-mcp-server"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.