Skip to main content
Glama
feifeigood

code-sandbox-mcp

by feifeigood

Related Servers

Alternatives to code-sandbox-mcp

No user-submitted related servers found.

    Related Servers

    TDQS

    A4/5.0

    Scored across 4 tools

    Disambiguation4/5

    Each tool has a clear primary purpose, but run_command and run_code can implicitly create sandboxes, which overlaps with create_sandbox's role. Descriptions are clear enough to avoid confusion, but the optional sandbox_id in both creates some ambiguity about which tool to use for sandbox creation.

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern: create_sandbox, kill_sandbox, run_command, run_code. This makes the API predictable and easy to navigate.

    Tool Count4/5

    Four tools is slightly on the small side but well-matched to the server's narrow scope of sandbox lifecycle management and code execution. It falls within the typical well-scoped range, though one or two additional tools (e.g., list_sandboxes) would be reasonable.

    Completeness2/5

    The tool set has a significant lifecycle gap: run_command and run_code can create sandboxes implicitly but do not return the sandbox ID, making those sandboxes impossible to kill or reuse. There is also no way to list active sandboxes or check their status, limiting operational visibility and control.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues