Developer Tools
โ
49.2k
TypeScript
upstash/context7
49.2k
Stars
2.3k
Forks
136
Issues
TypeScript
Language
Context7 delivers current, version-specific documentation and code examples directly into LLM prompts, eliminating outdated training data and hallucinated APIs. Available as MCP server or CLI with Skills mode for seamless integration with coding agents. Supports 30+ client integrations including Claude, Cursor, and VS Code. Ensures developers receive accurate, up-to-date library documentation rather than stale AI training data.
View on GitHub
git clone https://github.com/upstash/context7.git
Quick Start Example
json
# Add to Claude Desktop
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}
# Then in prompts, add "use context7"
# to get live docs for any library