Files
Daniel Avila bc6bd60c7d improve: enhance context7 MCP config and docs (#513)
- Pin package to @upstash/context7-mcp@latest for reproducible installs
- Add optional env block with CONTEXT7_API_KEY placeholder
- Extend description to mention activation phrase and Upstash authorship

Automated review cycle | Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-04-08 09:55:46 -04:00

13 lines
422 B
JSON

{
"mcpServers": {
"context7": {
"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>"
}
}
}
}