Skip to content

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

@JohnNiang

Description

@JohnNiang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions