Skip to main content
Glama

Related Servers

Alternatives to cmdxray

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      MCP server that vets LLM-emitted shell commands BEFORE execution — detects rm -rf nested deep in chains, package-manager glob removal (apt remove 'nvidia'), dd/mkfs filesystem destruction, chmod 777 / chown -R privilege blast, network-exfil via curl | bash, chained shutdown/reboot, git destructive ops. 30 detection rules across 8 families. Sub-second, local, free, MCP-native.
      3
      MIT
    • F
      license
      A
      quality
      A
      maintenance
      Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or HTTP/SSE) and blocks destructive tool calls before they execute, with TOFU catalog pinning against rug pulls and tool-poisoning/result-injection scanning. Single Rust binary, Apache-2.0.
      14
      8
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      A runtime gate for coding agents. Blocks the tool calls that wreck a repo (force-push main, rm -rf, secret exfiltration, CI wipe) and lets normal build and commit work through. Machine-checked git-branch core (z3); the rest is high-precision heuristics. Tested on 3,790 real CI commands, 0 false blocks.
      1
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Safety checks an agent runs before it acts — flags malicious packages, destructive shell commands, secret leaks, and web-backend holes before execution.
      8
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Provides a human-in-the-loop security layer for AI agents by intercepting file operations, explaining them with a local LLM, and enforcing a deterministic policy that requires user approval for risky actions.
      MIT

    TDQS

    A4.1/5.0

    Scored across 2 tools

    Disambiguation4/5

    The tools have distinct primary purposes — safety checking versus explanation — but explain_command also includes a risk assessment, creating some overlap with check_command_safety. Agents seeking only a risk verdict might be uncertain which tool to use, though the descriptions clarify the intended differences.

    Naming Consistency5/5

    Both tools follow the same verb_noun pattern: check_command_safety and explain_command. The naming is consistent and clearly indicates each tool's action and target.

    Tool Count3/5

    Two tools is on the thin side, but the server's scope is narrowly focused on shell command analysis, so the count is acceptable if not insufficient. It feels slightly sparse but not unreasonable for the stated purpose.

    Completeness4/5

    The domain appears to be shell command analysis, and the two tools cover safety checking and explanation, which are the core needs. Minor gaps exist, such as no syntax validation or comparison tool, but agents can accomplish the primary workflows without dead ends.

    Maintenance

    ActivityMaintained
    ResponsivenessResponsive