delve-mcp
If you are the rightful owner of delve-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server for Delve debugger integration
The Delve MCP server is a TypeScript-based Model Context Protocol server designed to provide a comprehensive interface to the Delve debugger for Go programs. It supports all major Delve commands and capabilities through MCP tools, allowing developers to debug, trace, and analyze Go programs efficiently. The server facilitates the management of debug sessions, offering JSON representations for session details and state. It requires Go with Delve, Mozilla's rr for replay functionality, and Node.js with npm for setup. The server is particularly useful for developers working with Go, providing robust debugging capabilities and integration with various platforms.
Features
- List and access debug sessions via delve: // URIs
- JSON representation for session details and state
- Supports major Delve commands and capabilities
- Backend selection and logging configuration
- Session management and execution control
Tools
调试命令
debug
,attach
,exec
,test
,core
,dap
,replay
,trace
控制命令
setBreakpoint
,removeBreakpoint
,continue
,next
,step
,step
,step
,variables
,evaluate
配置命令
version
,setBackend
,configureLogging