Releases: bogdanminko/zapcap-mcp-server
Releases · bogdanminko/zapcap-mcp-server
v0.1.8 - Docker Support
What's New
- 🐳 Docker containerization support
- 🚀 Automated Docker Hub publishing
- 🌍 Multi-platform builds (linux/amd64, linux/arm64)
- 📖 Updated documentation with Docker installation instructions
Docker Usage
{
"mcpServers": {
"zapcap": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "ZAPCAP_API_KEY=your_key", "bogdanm/zapcap-mcp-server:latest"]
}
}
}