mcp_server_gdb

pansila/mcp_server_gdb
★ 63 stars Rust 🤖 AI/LLM Updated 1mo ago
MCP Server to expose the GDB debugging capabilities
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server_gdb": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp_server_gdb"
      ]
    }
  }
}

Topics

agentaillmmcpmcp-server