Skip to main content
Glama

Related Servers

Alternatives to MCPEmulate

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      An MCP server that exposes dynamic binary instrumentation, memory editing, pointer scanning, and scripting capabilities to AI agents, enabling real-time process inspection and modification.
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      A lightweight MCP server that enables LLM agents to interact with GDB for debugging native programs, supporting spawning sessions, executing commands, interrupting hangs, and closing sessions.
      4
      10 npm
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      A multi-backend MCP server that exposes binary analysis capabilities from IDA Pro and Ghidra, allowing LLMs to directly drive reverse-engineering tools via natural language.
      11
      158
      Apache 2.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      A collection of MCP servers providing structured tools for ARM specification, verification, assembly analysis, and performance checks. They enable LLM agents and engineers to perform formal verification, analyze assembly code, and evaluate performance constraints.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that allows LLMs to autonomously reverse engineer applications by exposing Ghidra's functionality, including decompiling binaries, analyzing code, and renaming methods and data.
      Apache 2.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through MCP-compatible clients.
      Apache 2.0

    TDQS

    B3.2/5.0

    Scored across 41 tools

    Disambiguation4/5

    Most tools have distinct purposes, but some overlap exists: 'hexdump' and 'read_memory' both retrieve memory data, and 'list_breakpoints'/'list_watchpoints'/'list_symbols' are similar listing operations. Descriptions help clarify differences, but an agent might occasionally misselect between closely related tools.

    Naming Consistency5/5

    Tool names follow a highly consistent verb_noun pattern throughout (e.g., 'add_breakpoint', 'create_emulator', 'get_registers'). All names use snake_case with clear, descriptive verbs, making the set predictable and easy to navigate.

    Tool Count2/5

    With 41 tools, the count is excessive for a CPU emulation server. While the domain is complex, many tools could be consolidated (e.g., multiple listing tools) or omitted without losing core functionality, leading to potential confusion and inefficiency for agents.

    Completeness5/5

    The toolset provides comprehensive coverage for CPU emulation, including session management, memory operations, debugging (breakpoints/watchpoints), tracing, syscall handling, and state import/export. All essential CRUD and lifecycle operations are present, with no obvious gaps in the domain.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues