
AltairaLabs CodeGen MCP
Supports UIby altairalabs
Distributed execution layer for safe, isolated code generation and testing in Docker sandboxes.
What it does
Provides a distributed sandbox and MCP provider that allows LLMs to safely generate, edit, and test code within isolated Docker containers. It acts as a lightweight CI system for agents, routing commands from a coordinator to a pool of worker agents.
Tools
execute_code: Run generated code within an ephemeral sandbox.edit_file: Modify source code in the isolated environment.test_code: Run test suites against the generated code to verify correctness.manage_session: Create and manage isolated code execution sessions.
Installation
Configure your claude_desktop_config.json to point to the CodeGen Coordinator endpoint (requires the coordinator to be running):
{
"mcpServers": {
"codegen-mcp": {
"command": "npx",
"args": ["mcp-remote", "http://localhost:8080/sse"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
make ciInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






