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
A Model Context Protocol (MCP) server for square
Remote, no-auth MCP server providing AI-powered codebase context and answers
A tool to provide Large Language Models with project context by intelligently filtering and concatenating relevant files.
A reactive AI agent framework for creating agents that use tools to perform tasks, with support for multiple LLM providers and MCP servers.
A local MCP server implementing Retrieval-Augmented Generation (RAG) with sentence window retrieval and support for multiple file types.
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
Access and control local iTerm2 terminal sessions.
Provides preset prompt templates as tools to assist clients like Cursor and Windsurf in executing various tasks.
MCP server for text-to-graphql, integrates with Claude Desktop and Cursor.
Retrieve README files and package information from CocoaPods.