github RekklesNA/ProxmoxMCP-Plus v0.4.7
ProxmoxMCP-Plus v0.4.7

5 hours ago

ProxmoxMCP-Plus v0.4.7

This release adds a Docker-native MCP Streamable HTTP runtime for remote MCP clients.

What Changed

  • Added proxmox_mcp.docker_entrypoint, a Docker runtime selector that keeps OpenAPI mode as the default and adds native MCP HTTP mode.
  • Added PROXMOX_MCP_MODE=mcp-http for running the server directly as Streamable HTTP.
  • Added a Docker Compose mcp-http profile that exposes http://<host>:8000/mcp.
  • Added MCP_HOST, MCP_PORT, and MCP_TRANSPORT overrides for mounted config files so Docker users do not need to edit config.json just to switch transport.
  • Updated README and wiki docs to distinguish OpenAPI HTTP on 8811 from native MCP Streamable HTTP on 8000.

Usage

OpenAPI mode remains the default:

docker compose up -d

Native MCP Streamable HTTP mode:

docker compose --profile mcp-http up -d proxmox-mcp-http

Connect Streamable HTTP MCP clients to:

http://<docker-host>:8000/mcp

Notes

  • Port 8811 is the OpenAPI/REST bridge.
  • Port 8000 with /mcp is the native MCP Streamable HTTP endpoint.
  • Bind native MCP HTTP only on trusted networks or behind your own access control.

Validation

  • Added tests for Docker runtime command selection.
  • Added tests for MCP environment overrides over mounted config files.

Don't miss a new ProxmoxMCP-Plus release

NewReleases is sending notifications on new releases.