Version2.0.0
Categorydevelopment
AuthAPI key
Tools2
Transportstdio
LicenceMIT
01
What it does
The app, in its own words.
Up-to-date library and framework documentation via Context7 (Upstash). Resolves library identifiers and fetches structured doc snippets with code examples.
02
Tools
2 tools the agent can call.
Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.
- get-docsFetch up-to-date documentation snippets for a Context7-resolved libraryId. Returns array of {title, source, description, code, language}. Use `resolve-library` first to get the libraryId.
- resolve-libraryResolve a Context7 library identifier from a free-text name (e.g. "react" → "/reactjs/react.dev"). Returns ranked candidates with reputation and snippet count. Cache: 7d. Use the chosen `id` as `libraryId` for `get-docs`.
03
Auth and permissions
What it asks for.
Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.
User secrets
CONTEXT7_API_KEY
Reading further
The manifest and the source for Context7 live in the monorepo, alongside the other apps.