A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
Find the binaries in the release page, choose one per your working platform, then you can run it directly.
Clone the repository and build it by cargo
cargo build --release
cargo run
./mcp-server-gdb
http://127.0.0.1:8080
You can adjust server configuration by modifying the src/config.rs
file or by environment variables:
create_session
- Create a new GDB debugging sessionget_session
- Get specific session informationget_all_sessions
- Get all sessionsclose_session
- Close sessionstart_debugging
- Start debuggingstop_debugging
- Stop debuggingcontinue_execution
- Continue executionstep_execution
- Step into next linenext_execution
- Step over next lineget_breakpoints
- Get breakpoint listset_breakpoint
- Set breakpointdelete_breakpoint
- Delete breakpointget_stack_frames
- Get stack frame informationget_local_variables
- Get local variablesget_registers
- Get registersread_memory
- Read memory contentsMIT
Retrieve on-chain information for EVM contracts locally using an Ethereum RPC node and Etherscan API.
Check software end-of-life (EOL) dates and support status using the endoflife.date API to provide accurate lifecycle and security information.
Query and analyze your Opik logs, traces, prompts and all other telemtry data from your LLMs in natural language.
A proxy server that enables existing REST APIs to be used as Model Context Protocol (MCP) servers.
A collection of reference implementations for the Model Context Protocol (MCP), showcasing various MCP servers implemented with TypeScript and Python SDKs.
MCP server empowers LLMs to interact with JSON files efficiently. With JSON MCP, you can split, merge, etc.
🍎 Build iOS Xcode workspace/project and feed back errors to llm.
Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.
Advanced evaluation tools for AI safety, alignment, and performance using the Trustwise API.
A server for Zep, a long-term memory store for AI applications, requiring a ZEP_API_KEY for access.