Skip to content
Cline

FlagQuantum MCP Server for Cline

io.github.flagquantum/flagquantum-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install FlagQuantum MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "flagquantum-mcp-server": {
      "command": "uvx",
      "args": [
        "flagquantum-mcp-server"
      ],
      "env": {
        "FLAGQUANTUM_MCP_MAX_QUBITS": "<FLAGQUANTUM_MCP_MAX_QUBITS>",
        "FLAGQUANTUM_MCP_MAX_GATES": "<FLAGQUANTUM_MCP_MAX_GATES>",
        "FLAGQUANTUM_MCP_MAX_IR_BYTES": "<FLAGQUANTUM_MCP_MAX_IR_BYTES>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

FlagQuantum MCP Server in other clients