quantum-simulator-mcp
9
The Quantum Simulator MCP Server provides a Docker image that enables quantum circuit simulation with support for various noise models and result types. It integrates with MCP clients, such as Claude for Desktop, offering tools to execute and analyze quantum circuits and visualize results.
What should I do if Claude cannot access the histogram files?
Ensure the volume mapping is correct and the HOST_OUTPUT_DIR environment variable matches the host path in your volume mapping.
Why does the Docker container exit immediately?
Make sure to use the -i flag to keep stdin open, which is required for the MCP STDIO transport.