quasar-mcp-server

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

claude desktop

Factoring with Shor's Algorithm

claude desktop

Installation and Environments

  1. Deploy quasar to Cloud Run.
  2. Install the quasar-mcp-server.
  3. 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