loading…
Search for a command to run...
loading…
Quantum natural-language retrieval MCP server that ranks text passages by semantic relevance using DisCoCat tensor diagrams compiled to variational circuits.
Quantum natural-language retrieval MCP server that ranks text passages by semantic relevance using DisCoCat tensor diagrams compiled to variational circuits.
📘 New: Build Your Own MCP Server With Auth + Billing — the 60-page guide ($29) Production stack used to ship this Space + ask-meridian.uk.
Quantum natural-language retrieval for scientific knowledge.
A research artifact: route queries to relevant text by encoding both as quantum states (DisCoCat tensor diagrams compiled to variational circuits) and ranking via Born-rule overlap. Classically simulable now; designed to also run on Quantinuum H-series and (with embedding) Xanadu photonic processors.
Live demo: https://qrouter.ask-meridian.uk
$ curl 'https://qrouter.ask-meridian.uk/rank?q=photons+going+through+barriers&top_k=3'
See docs/deploy.md for the hosting architecture
(systemd + Cloudflare Tunnel on a shared VM) and how to flip the server
between stub and lambeq backends.
Working name. Day-1 scaffold. Not a product. Not stable. Not even opinionated yet.
Is: an experiment in whether compositional quantum-semantic structure (à la Coecke et al.) gives meaningfully different retrieval behavior than classical dense embeddings — particularly on small corpora where the geometric structure matters more than scale.
Is not: a faster retriever, a better embedder, or anything you should
use in production. Quantum circuit simulation is slower than cosine(a, b)
on classical hardware. The point is whether the structure matters, not
whether it's fast.
qrouter is callable from Claude /
Cursor / Windsurf as a tool.MIT (see LICENSE).
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"qrouter": {
"command": "npx",
"args": []
}
}
}