Skip to content

v0.1.8 - Docker Support

Latest

Choose a tag to compare

@bogdanminko bogdanminko released this 13 Jul 18:45
· 6 commits to main since this release

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"]
    }
  }
}