Release history
portainer/portainer-mcp releases
Portainer MCP server
All releases
8 shown
v0.7.0
New feature
Notable features
- Local Docker Compose stack management tools
- Read-only mode for proxy tools
Full changelog
What's New
Local Stack Management (#45)
- Added support for local (non-edge) Docker Compose stack management tools
- New operations:
ListLocalStacks,GetLocalStackFile,CreateLocalStack,UpdateLocalStack,StartLocalStack,StopLocalStack,DeleteLocalStack - Uses raw HTTP client for Portainer REST API endpoints not covered by the SDK
Proxy Read-Only Mode Improvements (#47)
- Docker and Kubernetes proxy tools are now available in read-only mode (previously not loaded at all)
- In read-only mode, proxy tools are restricted to GET requests only
- Provides visibility into infrastructure without modification risk
Supported Portainer Version
- Portainer 2.31.2
v0.6.0
New feature
Notable features
- getKubernetesResourceStripped operation
Full changelog
What's Changed
- Introduce getKubernetesResourceStripped operation by @deviantony in https://github.com/portainer/portainer-mcp/pull/30
- chore: update mcp-go dependency to v0.32.0 and refactor request param… by @deviantony in https://github.com/portainer/portainer-mcp/pull/32
- feat: introduce a flag to disable version check by @deviantony in https://github.com/portainer/portainer-mcp/pull/33
- chore: update Portainer client API version to v2.31.2 by @deviantony in https://github.com/portainer/portainer-mcp/pull/34
Full Changelog: https://github.com/portainer/portainer-mcp/compare/v0.5.0...v0.6.0