Skip to content

Add MCP Docker image to Cloudflare's Docker Hub #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
adriantorrie opened this issue Apr 28, 2025 · 3 comments
Closed

Add MCP Docker image to Cloudflare's Docker Hub #83

adriantorrie opened this issue Apr 28, 2025 · 3 comments

Comments

@adriantorrie
Copy link

Issue details

  • https://hub.docker.com/u/cloudflare
  • 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
// Cloudflare
// - https://github.com/cloudflare/mcp-server-cloudflare
"cloudflare": {
  "command": "docker",
  "args": ["run", "-i", "--rm", "-v", ".:/app","cloudflare/mcp-server-cloudflare:latest"]
}

Side note:

@cmsparks
Copy link
Collaborator

cmsparks commented May 1, 2025

This is relevant to the local stdio based server. We are now maintaining the remote MCP server, which shouldn't have this issue.

@cmsparks cmsparks closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2025
@adriantorrie
Copy link
Author

@cmsparks can you please reopen this?

  • mcp-remote still requires a local npm/npx/pnpm install
    • This isn't allowed when we run docker containers for all development purposes (pre-built, pre-approved images only)
  • mcp-remote is (quoting from the repo) "a working proof-of-concept but should be considered experimental."

@cmsparks
Copy link
Collaborator

cmsparks commented May 5, 2025

I don't think this really makes sense in this repo given these MCP servers are not intended to be self-hosted like with stdio servers.

I'm going to leave this issue closed, and the mcp-remote repo is probably a more fitting place for this, but if you're in limited environment, it's probably more fitting to wait for more official remote MCP support in other LLM clients. But probably makes sense to have this be a part of mcp-remote?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants