delve-mcpServer

dwisiswant0
GitHub
debuggingGoTypeScript

Loading subscription status...

💡 Description

A TypeScript-based MCP server that provides a comprehensive interface with the Delve debugger for Go programs, allowing debugging, tracing, and analysis of Go code through natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "delve-mcp": {
        "env": {},
        "args": [],
        "command": "/path/to/delve-mcp/build/index.js"
      }
    }
  ]
}

🛠️ Tools

DelveMozilla rrNode.jsnpm

Features

  • Debugging commands (debug, attach, exec, test)
  • Memory dump analysis
  • Replay debugging with rr
  • Management of breakpoints
  • Session management

💬 Example Queries

  • Debug current package
  • Set a breakpoint
  • List variables