원클릭으로
context7-cli
// Current API docs + code snippets for third-party libraries/frameworks. Use to verify exact signatures/usage.
// Current API docs + code snippets for third-party libraries/frameworks. Use to verify exact signatures/usage.
Control Firefox browser from the command line. Use for web automation, scraping, testing, or any browser interaction tasks.
Inspect Buildbot (buildbot-nix) CI for a PR. Use to find/watch the build for a PR, list failed sub-builds with their attrs, and fetch failing log tails.
Manage calendar events and send meeting invitations. Use for listing, creating, editing, deleting events and sending/replying to invites.
Search Deutsche Bahn train connections. Use for train routes, schedules, and travel times in Germany.
Search for places and get directions using Google Maps. Use for finding locations, nearby places, and route planning.
Search the web using Kagi. Use for web searches with Quick Answer AI summaries.
| name | context7-cli |
| description | Current API docs + code snippets for third-party libraries/frameworks. Use to verify exact signatures/usage. |
Two-step: search resolves a library name to a Context7 ID, then docs fetches a few focused snippets for that ID. IDs are not guessable — always search first. Both args are required for both commands.
# 1. Find the library ID — output shows IDs, ⭐, snippet count, and available versions
context7-cli search nextjs "middleware"
# /vercel/next.js ⭐ 131k Versions: v15.1.8, v13.5.11, ...
# 2. Fetch docs — query is semantic, be specific (output is ~5KB, don't waste it on broad topics)
context7-cli docs /vercel/next.js "middleware matcher config"
# Pin version (only ones listed in search output work)
context7-cli docs /vercel/next.js/v15.1.8 "app router migration"