asqav-mcp is now on Docker Hub
asqav-mcp is now on Docker Hub. The MCP server that gives AI agents governance capabilities - policy checks, signed audit trails, quantum-safe signatures - is available as a Docker image alongside ...

Source: DEV Community
asqav-mcp is now on Docker Hub. The MCP server that gives AI agents governance capabilities - policy checks, signed audit trails, quantum-safe signatures - is available as a Docker image alongside the PyPI package. One command to run it: docker pull jagmarques/asqav-mcp docker run -e ASQAV_API_KEY="sk_live_..." jagmarques/asqav-mcp Why Docker matters for MCP governance MCP servers run as subprocesses of your AI client. Most setups use pip install and run the binary directly. Docker adds a layer that matters for production deployments: No Python environment to manage. The image has everything. No venv, no dependency conflicts, no "works on my machine." Pinnable versions. jagmarques/asqav-mcp:0.3.1 is immutable. Your governance layer won't drift when you update other packages. Audit-friendly deployment. Image digest is fixed. You can prove exactly what was running at any point in time. What asqav-mcp does It exposes governance tools through the Model Context Protocol. Any MCP-compatible