Skip to content
Back to search
30
MCP

GDB Server

pulsemcp/gdb server

Remote debugging with gdbserver — breakpoints, stepping, memory inspection, and thread management.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.daedalus/mcp-gdbserver
MCP server for remote debugging with gdbserver
0 tools
tb0hdan/remote-debugger-mcp
MCP server with a set remote debugging tools for profiling Go applications.
0 tools
io.github.ai-debugger-inc/aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
0 tools
JDI Debugger
Connects to running Java applications via JDWP for real-time debugging with breakpoint management, variable inspection, step execution contr
0 tools
mcp server gdb
Metadata-only Glama MCP server.
0 tools
gdb-mcp
Model Context Protocol server for driving GDB from an LLM.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gdb_server": {
      "url": "None",
      "transport": "http"
    }
  }
}