Context7
Freeby Indie Developer
Fetches up-to-date, version-specific library documentation and injects it into AI context windows.
v1.0.0Added Mar 10, 2025
docscontextlibraries
Context7 MCP Server
Fetches up-to-date, version-specific library documentation and injects it into AI context windows.
Features
- Library docs
- Version-specific
- Context injection
- Auto-detection
- RAG support
Installation
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}
Reviews
Installation
Quick install
npx -y @upstash/context7-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}