Context7 just got a big upgrade! ๐
โ Now parses full docs, not just code snippets
โ Returns questions + answers for every request
โ Much better context for Cursor, Claude, etc.
60-second demo ๐
Introducing Default Context โ
Context7 now auto-generates library documentation using Claude models, even if its repo has zero docs.
Try it: refresh your library and open:
๐ CONTEXT7_PROJECT_URL/llms.txt
Pro tip:
Stop typing `use context7` in every prompt.
Add a simple rule in your MCP client, and it will auto-invoke Context7 for any coding question โ so you always get the right docs without asking.
Context7 now parses OpenAPI specs.
โ Give it a public .yaml or .json link
โ It extracts endpoints, schemas, params
โ Instantly available to your LLMs
A new scoring system for Context7! ๐
โ Scores code quality before feeding to LLMs
โ Filters out low-quality snippets
โ Better context for Cursor, Claude, etc.
Quick demo ๐
Another big update to Context7! ๐
โ Requests now go into a queue
โ Every doc you add will get parsed, not rejected
โ You can even see the queue live
Quick demo below ๐
New Blog: How we use code scoring to get better Context7 output! ๐
โ Scores code quality before feeding to LLMs
โ Filters out low-quality snippets
โ Better context for Cursor, Claude, etc.
Full post w/ examples and details ๐
First GitHub, then GitLab โ now Bitbucket.
Context7 now supports both public and private Bitbucket repositories.
Add your repos to the open documentation database and make them searchable instantly.
The number of npm downloads for the Context7 MCP server has officially surpassed 100,000 per week!
Weโre overwhelmed by the support and truly appreciate all the incredible feedback and trust.
Context7 now supports versioning!
Help us out: we can't parse every tag for all libraries. Request a new version by selecting a tag on the Context7 website ๐
You can add a context7.json file to your repo to control how your project is parsed and set metadata like the project title and description.
Hereโs an example from @angular