Context7
Official CodeFetch up-to-date documentation for any library or framework directly into LLM context.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7"
]
}
}
}