1. Conduid
  2. Developer Tools
  3. Quasar MCP Server
MCP server · Developer Tools

Quasar MCP Server

quasar MCP server

64Good

Scored 3 months ago · breakdown

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

Install
npx quasar-mcp-server

This 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

I know everything about Quasar MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

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

  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"
            }
        }
    }
}

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Quasar MCP Server

How do I install Quasar MCP Server?

Run npx quasar-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Quasar MCP Server safe to use with an AI agent?

Its trust score is 64 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Quasar MCP Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.