mcpbeat Sign in

FlagQuantum MCP Server

by flagquantum Your server? Claim it
local only

FlagQuantum MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 19 Sep 2026.

Build, compile, run and export FlagQuantum circuits locally. No credentials or outbound network.

Installs / week
pypi · flagquantum-mcp-server
0
Stars
0 open issues
19 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check FlagQuantum MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flagquantum-mcp-server -- uvx flagquantum-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flagquantum-mcp-server": {
      "args": [
        "flagquantum-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flagquantum-mcp-server]
command = "uvx"
args = ["flagquantum-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "flagquantum-mcp-server": {
      "args": [
        "flagquantum-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flagquantum-mcp-server": {
      "args": [
        "flagquantum-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FLAGQUANTUM_MCP_MAX_QUBITS (Largest circuit width the server will process. Defaults to 24.), FLAGQUANTUM_MCP_MAX_GATES (Largest instruction count the server will process. Defaults to 10000.), FLAGQUANTUM_MCP_MAX_IR_BYTES (Largest serialized circuit payload accepted, in bytes. Defaults to 262144.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FlagQuantum MCP Server

same job, measured the same way
2native SSH MCP Server
by daidaij

SSH-based MCP server for remote command execution and file transfer. Credentials stay local.

local only
Number Tools MCP
by mrfentmen

Convert numbers between bases, make roman numerals, and spell out numbers locally. No network...

local only
Semver MCP
by mrfentmen

Parse, compare, and sort semantic version numbers locally. No network and no key.

local only
Cron MCP
by mrfentmen

Parse, describe, and compute next runs for cron expressions locally. No network and no key.

local only
Diff MCP
by mrfentmen

Compare two texts or files and show line changes locally. No network and no key.

local only
Chord MCP
by mrfentmen

Build chords and scales from note names locally. No network and no key.

local only
Secret Scan
by agentic-income-bot

Check text for leaked credentials before an agent writes or commits it. Runs locally.

local only
Screaming Frog SEO Spider MCP Server (headless)
by bzsasson

Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.

886 installs/wk local only

FlagQuantum MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for FlagQuantum MCP Server?
FlagQuantum MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package flagquantum-mcp-server.
How do I connect FlagQuantum MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls flagquantum-mcp-server straight from pypi; nothing to host, nothing to sign up for.
Is FlagQuantum MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.