Skip to main content
Glama
302ai

302AI Sandbox MCP Server

by 302ai

Related Servers

Alternatives to 302AI Sandbox MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
      96 npm
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A Model Context Protocol (MCP) server built with the mcp-framework for developing and managing custom tools. It provides a structured foundation for building and integrating modular components like data processors and API clients into Claude Desktop.
      2 npm
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
      20 npm
      5
      MIT

    TDQS

    A3.9/5.0

    Scored across 9 tools

    Disambiguation4/5

    Most tools have distinct purposes, such as createSandbox for creation, killSandbox for destruction, and listSandboxes for querying. However, runCode and runCommand could be slightly ambiguous as both execute operations on a sandbox and return text output, though their descriptions clarify code vs. command execution.

    Naming Consistency5/5

    Tool names follow a consistent verbNoun pattern in camelCase throughout, such as createSandbox, downloadSandboxFiles, and runCode. This predictability makes it easy for agents to understand and select tools based on their naming conventions.

    Tool Count5/5

    With 9 tools, the server is well-scoped for managing Linux sandboxes, covering creation, execution, file operations, listing, and destruction. Each tool serves a clear role without redundancy, making the count appropriate for the domain.

    Completeness4/5

    The tool set provides comprehensive coverage for sandbox lifecycle management, including create, list, run, file handling, and destroy operations. A minor gap is the lack of a tool for updating sandbox configurations or states, but core workflows are fully supported without dead ends.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues