Context7
РаботаетContext7 отдаёт свежую версионную документацию и примеры кода тысяч библиотек по запросу. Решает проблему устаревших знаний модели: вместо галлюцинаций по старым API агент получает актуальные доки именно той версии, с которой работает. Без ключа действует щадящий лимит, с бесплатным ключом — выше.
Почему этот сервер
- Работает без ключа сразу; бесплатный ключ добавляет 1000 запросов в месяц
- Отдаёт документацию нужной версии библиотеки, а не общий ответ по названию
- Всего два инструмента — resolve-library-id и query-docs — закрывают весь сценарий
- Тысячи библиотек уже проиндексированы — не нужно скармливать доки самому
Примеры использования
Запрос агенту: Напиши загрузку данных на Next.js App Router по актуальному API
Результат: Агент вызвал resolve-library-id, получил id /vercel/next.js, затем query-docs по App Router и написал код без устаревших хуков.
Запрос агенту: Почему у меня ломается Prisma migrate после обновления версии?
Результат: Через query-docs агент поднял документацию нужной версии Prisma и указал на breaking change в миграциях.
Здоровье
120 пометок за 30 дней · Последняя пометка: 8 сент. 2026 г.
Пометки по дням (30 дней)
| date | работает | частично | сломан |
|---|---|---|---|
| 2026-08-10 | 4 | 0 | 0 |
| 2026-08-11 | 4 | 0 | 0 |
| 2026-08-12 | 4 | 0 | 0 |
| 2026-08-13 | 4 | 0 | 0 |
| 2026-08-14 | 4 | 0 | 0 |
| 2026-08-15 | 4 | 0 | 0 |
| 2026-08-16 | 4 | 0 | 0 |
| 2026-08-17 | 4 | 0 | 0 |
| 2026-08-18 | 4 | 0 | 0 |
| 2026-08-19 | 4 | 0 | 0 |
| 2026-08-20 | 4 | 0 | 0 |
| 2026-08-21 | 4 | 0 | 0 |
| 2026-08-22 | 4 | 0 | 0 |
| 2026-08-23 | 4 | 0 | 0 |
| 2026-08-24 | 4 | 0 | 0 |
| 2026-08-25 | 4 | 0 | 0 |
| 2026-08-26 | 4 | 0 | 0 |
| 2026-08-27 | 4 | 0 | 0 |
| 2026-08-28 | 4 | 0 | 0 |
| 2026-08-29 | 4 | 0 | 0 |
| 2026-08-30 | 4 | 0 | 0 |
| 2026-08-31 | 4 | 0 | 0 |
| 2026-09-01 | 4 | 0 | 0 |
| 2026-09-02 | 4 | 0 | 0 |
| 2026-09-03 | 4 | 0 | 0 |
| 2026-09-04 | 4 | 0 | 0 |
| 2026-09-05 | 4 | 0 | 0 |
| 2026-09-06 | 4 | 0 | 0 |
| 2026-09-07 | 4 | 0 | 0 |
| 2026-09-08 | 1 | 0 | 0 |
Инструменты сервера · 2
Собрано автопроверкой из tools/list — реальный список, не из описания.
query-docsRetrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework. You must call 'Resolve Context7 Library ID' tool first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query. Do not call this tool more than 3 times per question.
resolve-library-idResolves a package/product name to a Context7-compatible library ID and returns matching libraries. You MUST call this function before 'Query Documentation' tool to obtain a valid Context7-compatible library ID UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query. Each result includes: - Library ID: Context7-compatible identifier (format: /org/project) - Name: Library or package name - Description: Short summary - Code Snippets: Number of available code examples - Source Reputation: Authority indicator (High, Medium, Low, or Unknown) - Benchmark Score: Quality indicator (100 is the highest score) - Versions: List of versions if available. Use one of those versions if the user provides a version in their query. The format of the version is /org/project/version. For best results, select libraries based on name match, source reputation, snippet coverage, benchmark score, and relevance to your use case. Selection Process
Отзывы
Отзывов пока нет.