[ MCP_NODE_3799 ]
context7
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Context7 by Upstash pulls up-to-date, version-specific documentation and code examples straight from the source and injects them into your prompt. Add ‘use context7’ to any prompt to activate.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"context7-en": {
"description": "Context7 by Upstash pulls up-to-date, version-specific documentation and code examples straight from the source and injects them into your prompt. Add 'use context7' to any prompt to activate.",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
],
"env": {
"CONTEXT7_API_KEY": "<your-context7-api-key>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.