Skip to content

Releases: bogdanminko/zapcap-mcp-server

v0.1.8 - Docker Support

13 Jul 18:45

Choose a tag to compare

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