FreemiumActiveFeatured

Context7

MCP server that injects up-to-date library documentation into your agent's context

Visit Context7managedapiopen-source
What it is

Context7 is an MCP server that fetches current, version-accurate library documentation and injects it into an agent's context on demand. It solves the stale-knowledge problem: LLMs trained months ago don't know about breaking changes in the libraries they're helping with. Context7 fetches the real docs, right now, for the exact version you're using.

Best for

Coding agents and developer tools where accuracy about library APIs matters. Prevents agents from hallucinating outdated method signatures or non-existent parameters.

Who it's for

Developers using Claude Desktop, Cursor, or any MCP-compatible host for coding assistance. Free tier available; paid for higher query volumes.

Blueprint Note

Agent Architecture Fit

Context7 functions as a dynamic knowledge injection layer for coding-focused blueprints. Rather than relying on the model's training data for library knowledge, the agent queries Context7 at runtime to get current documentation for the relevant package and version. This shifts the coding agent from 'best-guess' to 'verified' — a meaningful quality improvement for any blueprint that generates or reviews code that depends on fast-moving dependencies.

Alternatives
AlternativeWhen to choose instead
MCP Filesystem Server

when you need local file access rather than remote documentation fetching

Used in these blueprints
code review agentdev assistant agent

Next step

Your agent starts with a blueprint.

A blueprint tells you which tools to use, where they fit, and how they connect — before you write a line of code.

Build yours free →