Your AI editor keeps using the wrong docs

ContextQMD installs documentation to your machine so your AI tools always have the right version. No API keys, no credits, works offline.

Submit Docs
5,158 LIBRARIESSee tasks in progress
Quick Start

One command to get started

Install docs from the terminal with contextqmd, or add the MCP server to Claude Code, Cursor, Windsurf, and other editors.

1
Search and install docs from the registry
2
Search installed docs locally, offline
3
Or add the MCP server to your editor for automatic context
terminal
npx -y contextqmd libraries search "kamal"
npx -y contextqmd libraries install kamal
npx -y contextqmd docs search "proxy" --library kamal
mcp.json
{
  "mcpServers": {
    "contextqmd": {
      "command": "npx",
      "args": ["-y", "contextqmd-mcp"]
    }
  }
}

Why developers use it

Think of it like npm for docs. Install what you need, search it locally, and your AI editor always has the right context.

Install once, search forever

Docs live on your machine after install. No network needed, no waiting on remote APIs.

Search that actually works

QMD combines keyword and semantic search. Find the right docs even when you don't know the exact name.

Pin your version

Install React 19 docs and get React 19 results. No more mixing up APIs from different versions.

No API keys, no credits

The registry is free and open. No sign-up to read, no rate limits on local searches.

One command away

Next time your AI writes code against the wrong API, you'll know what to do.

terminal
npx -y contextqmd libraries install react

Free and open. No API key required.