quasar-mcp-server
0
The quasar-mcp-server is designed to execute code written in the OpenQASM format, allowing users to deploy and manage quantum algorithms. It integrates with Cloud Run for scalable deployment.
quasar-mcp-server
- quasar MCP Server
- Run code written in OpenQASM format
Running a Bell State Circuit with OpenQASM
Factoring with Shor's Algorithm
Installation and Environments
- Deploy quasar to Cloud Run.
- Install the
quasar-mcp-server
. - Set the URL and TOKEN in the mcp server configuration.
go install github.com/itsubaki/quasar-mcp-server@latest
gcloud run services describe ${SERVICE_NAME} --project ${PROJECT_ID} --format 'value(status.url)'
gcloud auth print-identity-token