📦
Quasar MCP Server
quasar MCP server
0 installs
Trust: 64 — Good
Devtools
Installation
npx quasar-mcp-serverAsk AI about Quasar MCP Server
Powered by Claude · Grounded in docs
I know everything about Quasar MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
quasar-mcp-server
An MCP server for OpenQASM.
Deployment and Configuration
- Deploy quasar to Cloud Run.
- Deploy quasar-mcp-server to Cloud Run.
- Configure the
settings.json.
make build deploy
{
"mcp": {
"servers": {
"quasar": {
"url": "https://${YOUR_CLOUD_RUN_SERVICE_URL}.run.app/mcp"
}
}
}
}
Invoking an Authenticated Cloud Run Service from localhost
make proxy
{
"mcp": {
"servers": {
"quasar": {
"url": "http://127.0.0.1:3000/mcp"
}
}
}
}
