MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. GDB

GDB

smadi0x86bysmadi0x86
•
38
•
Developer Tools
Security & Testing

Enables large language models to interact with GDB for binary debugging and analysis.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

  • 21st-dev

    Magic

    Generate modern UI components instantly from natural language descriptions within your IDE.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

GDB is a Model Context Protocol (MCP) server that empowers Large Language Models (LLMs) to seamlessly interact with the GNU Debugger (GDB). It translates LLM queries into executable GDB commands, facilitating advanced binary debugging, runtime analysis, and deep introspection into compiled programs. This integration allows developers and security researchers to leverage AI for tasks like setting breakpoints, examining memory, controlling execution flow, and analyzing core dumps directly through their preferred LLM clients.

Key Features

01Perform comprehensive debugging (breakpoints, backtrace, variable/memory inspection)
020 GitHub stars
03Control program execution (continue, step, next, finish)
04Conduct advanced binary analysis (disassembly, thread/register information, symbol lookup)
05Load programs, attach to processes, and analyze core dumps
06Manage GDB sessions (start, terminate, list)

Use Cases

01Integrating GDB capabilities directly into LLM-powered development environments like Claude Desktop and VSCode Copilot
02Automating analysis of compiled programs and core dumps via LLM commands
03Enabling AI assistants to perform interactive binary debugging