Skip to content

Suggest providing a container image to run 1Panel MCP server #4

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

Open
JohnNiang opened this issue Apr 1, 2025 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@JohnNiang
Copy link

As I mentioned in the title, if we provide a container image to run 1Panel MCP server, people who want to use it can run server simply instead of preparing Git, Go or Make tools.

Expected running command:

# SSE transport mode
docker/pomdan run -d --rm -p 8000:8000 -e PANEL_ACCESS_TOKEN=xxx -e PANEL_HOST=yyy fit2cloud/1panel-mcp-server:1.0.0 --transport=sse

# STDIO transport mode
docker/pomdan run -d --rm -e PANEL_ACCESS_TOKEN=xxx -e PANEL_HOST=yyy fit2cloud/1panel-mcp-server:1.0.0 --transport=stdio
@JohnNiang JohnNiang added the enhancement New feature or request label Apr 1, 2025
@wanghe-fit2cloud
Copy link
Member

Thanks for your feedback! We’ll consider supporting this in future versions.

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

No branches or pull requests

2 participants