Context7
Quick start
Goal: fetch current documentation and code examples for a specific library or framework instead of relying on memory.
Core workflow:
mcp__context7__resolve_library_idmcp__context7__query_docs
Reference notes: skills/context7/references/context7.md
When to use it
- Library or framework usage questions.
- Setup, migration, upgrade, or integration guidance.
- Version-specific API behavior.
- Need current code examples from docs.
Workflow
- Resolve the package/product name to an exact Context7 library ID.
- Pick the highest-quality match based on name, coverage, and source reputation.
- Query docs with a focused technical question.
- Re-query only if you need a different angle; avoid exceeding 3 calls per question.
Query guidance
- Include the language/framework and concrete task.
- Mention the version when the user provides one.
- Ask for the exact thing you need: auth, routing, deployment, schema, hooks, etc.
Guardrails
- Do not call
query_docsbefore resolving the library ID unless the user already gave/org/projector/org/project/version. - Keep to 3 Context7 calls or fewer per question.
- Prefer Context7 over generic web search for library docs.
References
- Condensed notes:
skills/context7/references/context7.md