Server data from the Official MCP Registry
MCP server for Quantinuum Nexus, wrapping the qnexus SDK. Not affiliated with Quantinuum.
MCP server for Quantinuum Nexus, wrapping the qnexus SDK. Not affiliated with Quantinuum.
Valid MCP server (0 strong, 2 medium validity signals). 1 known CVE in dependencies Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
10 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: QNEXUS_MCP_TOOLSETS
Environment variable: QNEXUS_MCP_ALLOW_SPEND
Environment variable: QNEXUS_MCP_ALLOW_HARDWARE
Environment variable: QNEXUS_MCP_ALLOW_DESTRUCTIVE
Environment variable: QNEXUS_MCP_MAX_CREDITS
Environment variable: QNEXUS_MCP_PROJECTS
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-blite-hq-qnexus-mcp": {
"env": {
"QNEXUS_MCP_PROJECTS": "your-qnexus-mcp-projects-here",
"QNEXUS_MCP_TOOLSETS": "your-qnexus-mcp-toolsets-here",
"QNEXUS_MCP_ALLOW_SPEND": "your-qnexus-mcp-allow-spend-here",
"QNEXUS_MCP_MAX_CREDITS": "your-qnexus-mcp-max-credits-here",
"QNEXUS_MCP_ALLOW_HARDWARE": "your-qnexus-mcp-allow-hardware-here",
"QNEXUS_MCP_ALLOW_DESTRUCTIVE": "your-qnexus-mcp-allow-destructive-here"
},
"args": [
"qnexus-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
A community Model Context Protocol (MCP) server for Quantinuum Nexus,
wrapping the official qnexus Python SDK so any MCP-speaking agent
(Claude Code, Cursor, VS Code, Codex, …) can inspect Nexus and, opt-in, run circuits on the free emulator.
Not affiliated with, endorsed by, or an official product of Quantinuum. "Quantinuum" and "Nexus" are trademarks of their respective owners, used here nominatively to describe compatibility.
Early development. Read-only by default. Design and rationale live in
docs/DESIGN.md; the research behind it is in docs/research/.
Requires Python 3.10+ and uv.
uvx qnexus-mcp
qnexus-mcp never handles your Nexus token. Authenticate out-of-band with the qnexus CLI:
qnx login
Inside Nexus JupyterHub, authentication is automatic; do not run qnx login there.
Add to your client's MCP config (Claude Code / Cursor / VS Code share this shape). Default is read-only:
{
"mcpServers": {
"nexus": { "command": "uvx", "args": ["qnexus-mcp"] }
}
}
To also allow running circuits (defaults to the free H2-1LE emulator):
{
"mcpServers": {
"nexus": { "command": "uvx", "args": ["qnexus-mcp", "--toolsets", "read,execute"] }
}
}
| Flag | Env | Default | Effect |
|---|---|---|---|
--toolsets | QNEXUS_MCP_TOOLSETS | read | Capability domains to expose (read,execute,manage,destructive) |
--allow-spend | QNEXUS_MCP_ALLOW_SPEND | false | Permit credit-spending (HQC) execution |
--allow-hardware | QNEXUS_MCP_ALLOW_HARDWARE | false | Permit real-QPU targets |
--allow-destructive | QNEXUS_MCP_ALLOW_DESTRUCTIVE | false | Permit delete/cancel/archive |
--max-credits | QNEXUS_MCP_MAX_CREDITS | 0 | Hard per-call HQC ceiling; 0 blocks all spend |
--projects | QNEXUS_MCP_PROJECTS | (all) | Comma-separated project allowlist, enforced on every mutating tool |
Read-only by default. Anything that spends credits or mutates cloud state requires an explicit opt-in flag
and an in-protocol confirmation, and the default execution backend is the free, noiseless H2-1LE
emulator. Submissions are rate-limited, cloud mutations are serialized, destructive project operations
resolve their target by exact name (never substring), and the server never reads, stores, or returns
your Nexus token. Every control is enforced server-side; MCP tool annotations are treated as UX hints
only. See docs/DESIGN.md §6–§7.
See CONTRIBUTING.md. Contributions are accepted under the
Developer Certificate of Origin; sign off your commits with -s.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.