What it does
Context7 (by Upstash) pulls current, version-accurate documentation and code snippets for thousands of libraries and frameworks into the model's context, eliminating stale or hallucinated APIs — for developers and coding agents needing real docs at prompt time. Retrieval is deterministic (resolve a library ID, then fetch indexed docs).
Example prompts
- Get the current docs for the Next.js App Router and show a route handler example.
- Resolve the library ID for Drizzle ORM and fetch its query docs.
Tools provided
- resolve-library-id — Resolve a library name to a Context7 ID.
- query-docs — Retrieve up-to-date docs/code for a library ID (formerly get-library-docs).
What you'll need to connect
This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
- Context7 API Key · optionalOptional — keyless works at a lower rate limit.Get this from mcp.context7.com's account or API settings.Paste the value as a single line.Only sent to: mcp.context7.com
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
