Skip to content

Build and make publicly available an mcp-remote Docker image #60

Open
@adriantorrie

Description

@adriantorrie

Issue details

  • Allow ease of use for configuration
  • Have built images available for direct consumption so we don't have to pollute our local environments
  • No manual build of images required
  • Allows whitelisting of images for Enterprise use cases

Affected area/feature

  • .vscode/mcp.json
"remote-example": {
      "command": "docker",
      "args": [
        "run", "-i", "--rm", "-v", ".:/app",
        "mcp-remote/mcp-remote:latest",
        "https://remote.mcp.server/sse",
        "--header",
        "Authorization: Bearer ${AUTH_TOKEN}"
      ]
    },
    "env": {
      "AUTH_TOKEN": "..."
}

Side note 1:

Side note 2:

  • Similar issue was raised with Cloudflare MCP Server repo, but it seems they are pointing to this repo as the solution for the above

Side note 3:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions