Skip to content

Feature Request: Publish container images to GHCR #3

@ugiordan

Description

@ugiordan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions