quasar-mcp-server

command module
v0.0.0-...-5e8caa2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2026 License: MIT Imports: 5 Imported by: 0

README

quasar-mcp-server

An MCP server for OpenQASM.

Deployment and Configuration

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL