avd1729/Onyx
Onyx is a MCP (Model Context Protocol) server that executes code securely inside Docker sandboxes. It supports multiple programming languages and integrates seamlessly with Claude Desktop or other MCP clients. Onyx makes it safe and easy to execute arbitrary code in a sandboxed MCP environment.
Platform-specific configuration:
{
"mcpServers": {
"Onyx": {
"command": "npx",
"args": [
"-y",
"Onyx"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...