An open research project · MCP connector for Claude
End AI Hallucination.
OpenMyst is an anchored-memory retrieval tool. Ask it anything; it answers only with verbatim excerpts from real web pages—each pinned to its source and exact line. Connect it to Claude as an MCP tool, or run the standalone research app.
Free plan, no credit card · open source · works in Claude desktop, web, and code
The idea
Grounding, not generation.
The model is already good enough. The missing piece is making sure every sourced claim is real. That's the whole project.
01
Hallucinated sources are the real problem.
A model that invents a source—a plausible author, a real-sounding journal, a page number that doesn't exist—is worse than one that says nothing. Most of the harm from LLMs in serious work traces back to confident, unverifiable references. That's the single failure mode this project exists to remove.
02
Verbatim, or nothing.
OpenMyst never paraphrases from memory. Every fact it returns is a verbatim substring of a real page it fetched, located deterministically down to the exact line. If a claim can't be pinned to text that provably exists, it isn't returned. No anchor, no claim—the load-bearing rule of the whole system.
03
An adapter, not a platform.
This isn't a chatbot trying to replace your tools. It's a small, sharp retrieval layer that bolts onto the model you already use. Connect it to Claude as an MCP tool and it does the expensive reading off to the side, handing back only cited evidence. The standalone app is here too—but the point is the grounding, not the wrapper.
The main way to use it
Connect to Claude in 90 seconds.
Adding the connector gives Claude a research tool. When you ask it to look something up, it hands the job to OpenMyst, which searches the web, reads the sources, and returns verbatim, line-cited evidence—so Claude can reference every claim instead of guessing.
Your connector URL
https://mcp.openmyst.ai/mcp
1
Open Claude → Settings → Connectors
Click “Add custom connector.” Works on Claude web, desktop, and code.
2
Paste the URL above
Claude discovers the tool and walks you through a one-time sign-in.
3
Sign in with OpenMyst, click Allow
Authorize once with your account. The connector appears in your dashboard; revoke anytime.
“Find sourced evidence on whether Pareto fronts are used in neural architecture search.” Claude decides to call the research tool.
You get cited evidence back.
Numbered verbatim excerpts, each with its source and exact line, plus a ready-to-paste Sources section—so Claude cites inline instead of hallucinating.
Works with any MCP client
Prefer ChatGPT, Cursor, or Copilot?
OpenMyst is a standard remote MCP server, so the same connector URL drops into any MCP-capable client. Here's the two-minute setup for the popular ones.
Connector URLhttps://mcp.openmyst.ai/mcp
Available on ChatGPT Pro, Team, Enterprise & Edu via Developer Mode connectors.
1
Turn on Developer Mode
In ChatGPT, open Settings → Connectors → Advanced and enable Developer mode.
2
Create the connector
Settings → Connectors → Create. Name it OpenMyst, paste the URL above, and set Authentication to OAuth.
3
Sign in and allow
Click Create, complete the one-time OpenMyst sign-in, and the research tool appears in the composer.
The expensive reading happens server-side with cheap models, off your agent's context. What comes back is small, relevant, and provably real.
01
Plan the searches
A fast model turns your natural-language request into a handful of focused web queries—disambiguating the topic so it searches for the thing you actually mean.
02
Read every source
It searches the web (Brave, with a free fallback) and reads each page with its own cheap models—off your context budget. PDFs, papers, articles, all the way through.
03
Anchor to the line
A cheap extractor pulls typed snippets—definitions, claims, statistics, findings—each a verbatim excerpt. Pure code then locates each one in the source and records its exact line. Paraphrases and ambiguous matches are dropped.
04
Return only what's relevant
A final pass keeps just the anchors that bear on your request and writes a short overview. You get a tight, cited set—never the whole corpus, never a wall of scraped text.
No vector database, no embeddings. Anchors are located by exact string match and stored with byte offsets—retrieval is a deterministic read, not a similarity guess.
Optional · standalone
Or run the full research app.
The same anchored-memory engine ships as a standalone desktop app—a multi-agent research collaborator that plans, gathers the literature, and drafts a fully cited piece. Same grounding rule, more of the workflow. Entirely optional; the connector is the heart of the project.
Deep Plan
Eleven agents argue. In parallel.
Explorer, Skeptic, Steelman, Architect, Adversary, Audience and others read your work each round, run autonomous searches when the literature has gaps, and surface the 2–3 sharpest questions only you can answer—with role attribution and provenance back to your own sources.
Deep Wiki
Memory that grows while you think.
Every source lives in .myst/wiki/ as plain markdown and JSON, rendered as a force-directed graph of inferred source-to-source links. The panel searches the web for what's missing while it deliberates, and new sources land anchor-indexed and ready to cite. No embeddings, no vector DB—just an inverted index you can grep.
Anchored drafting
No anchor, no claim.
The drafter can only cite anchors that exist on disk. Every inline citation is a link whose fragment points to the exact line of the exact source; hover it and you see the source's actual words. Bibliographic metadata is extracted at ingest, so citations are real Harvard format from the first draft.