About Quasar MCP Server
Quasar MCP Server is an MCP server published by itsubaki in the Developer Tools category: quasar MCP server. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx quasar-mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Quasar MCP Server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
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"
}
}
}
}
README mirrored from the source repository 3 months ago. The original is authoritative.