
Context7 Marketplace Marketplace
- 60.6k repo stars
- Updated August 10, 2026
- upstash/context7
context7-marketplace is a Claude Code marketplace that installs Context7 to pull up-to-date, version-specific library docs and code examples into the agent's context.
About
context7-marketplace installs Upstash Context7 into Claude Code as a plugin that pulls up-to-date, version-specific library documentation and code examples into the agent's context while it codes. It ships an MCP server plus a skill and a docs-researcher agent, and can also run in a CLI + Skills mode with no MCP. Developers use it so the agent implements against real current APIs instead of stale training data or hallucinated methods. It matters most when working with fast-moving frameworks whose APIs drift between versions.
- Pulls version-specific docs and code examples into the LLM context
- Ships MCP server, skill, docs-researcher agent, and /context7:docs command
- Also runs CLI + Skills mode with no MCP required
- Optional free API key for higher rate limits
Context7 Marketplace by the numbers
- Data as of Aug 11, 2026 (Skillselion catalog sync)
/plugin marketplace add upstash/context7Add your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 60.6k |
|---|---|
| Last updated | August 10, 2026 |
| Repository | upstash/context7 ↗ |
How do I stop my coding agent from using outdated training data or hallucinating APIs that do not exist?
documentation
Who is it for?
Developers using fast-moving frameworks who need the agent to code against current APIs, not stale training data.
Skip if: Work that does not touch third-party libraries or where offline/no-network operation is required.
What you get
The agent fetches current, version-specific documentation and code examples straight from the source into its context.
By the numbers
- 1 plugin in the marketplace
- Provides resolve-library-id and query-docs tools
context7-marketplace capabilities & compatibility
Free anonymous tier; optional free CONTEXT7_API_KEY for higher rate limits.
- Capabilities
- documentation lookup · version specific docs · mcp integration · docs research
- Use cases
- documentation · research
- Runs
- Local or remote
- Pricing
- Freemium
- Requires keys
- CONTEXT7_API_KEY
What context7-marketplace says it does
Up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Does Context7 require an MCP server?
No. It offers a CLI + Skills mode that installs a skill guiding the agent to fetch docs via the ctx7 CLI, and a separate MCP mode.
Do I need an API key?
An API key is recommended for higher rate limits; a free key is available at context7.com/dashboard, otherwise it connects anonymously.