delve-mcp
16
Delve-MCP is a TypeScript-based MCP server for integrating with the Delve debugger, aimed at enhancing Go program debugging capabilities. It supports various debugging features, including session management and backend selection.
delve-mcp Overview
MCP server for Delve debugger integration
This TypeScript-based MCP server provides an interface for the Delve debugger, designed for Go programming language. It supports major Delve commands and functionalities through MCP tools.
Features
Resources
- Access debug sessions via URIs
- Metadata support per session
- JSON representation for details and state
Tools
- Debug, trace, and analyze Go programs
- Supports core dump analysis and
rr
replay debugging - Offers backend selection and logging configuration
Environment Setup
Requires Go with Delve, Mozilla rr
, Node.js, and npm.