mcp-dap-server

go-delve/mcp-dap-server

3.5

If you are the rightful owner of mcp-dap-server 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.

The MCP DAP Server is a Model Context Protocol server that provides debugging capabilities through the Debug Adapter Protocol, enabling AI assistants and other MCP clients to interact with debuggers for various programming languages.

Tools

Functions exposed to the LLM to take actions

start_debugger

Starts a new debugging session.

stop_debugger

Stops the current debugging session.

set_breakpoints

Sets line breakpoints in a file.

continue

Continues program execution.

evaluate

Evaluates an expression.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources