code-sandbox-mcp
v1.0.8
Published
Codebox MCP provides remote coding environment for AI and agents. It allows AI to act in agent mode to fully automatically develop any apps or websites or data analysis scripts at your request (python, js, desktop electron apps or anything).
Readme
Full capable coding agent MCP server
Codebox MCP provides remote coding environment for AI and agents. It allows AI to act in agent mode to fully automatically develop any apps or websites or data analysis scripts at your request (python, js, desktop electron apps or anything).
Capability:
- Build website, read/write code in remote code sandbox
- Execute commands safely in remote sandbox to test the code and fix bugs
- Serve code as real website URL to test demo
- Publish static html, js, css files as public website URL to share
Install
{
"mcpServers": {
"code-sandbox-dev": {
"command": "npx",
"args": ["code-sandbox-mcp"]
}
}
}