-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Feature Request: Container Image Publishing
Problem
Currently, users need to build the MCP DAP Server from source. This creates friction for deployment, especially when using MCP client configurations that expect registry images.
Proposed Solution
Publish container images to GitHub Container Registry (GHCR) at ghcr.io/go-delve/mcp-dap-server.
Benefits
- Easier integration with MCP clients like Cursor
- Consistent with other MCP servers (e.g.,
ghcr.io/github/github-mcp-server) - Reduces setup friction for users
Use Case
Many MCP clients are configured to use container registries:
{
"mcpServers": {
"dap-debugger": {
"command": "podman",
"args": ["run", "-i", "--rm", "-p", "8080:8080", "ghcr.io/go-delve/mcp-dap-server"]
}
}
}Would you be open to adding container image publishing?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels