Dependencies
August 20, 2025 ยท View on GitHub
Context7 MCP (Optional)
Some agents reference Context7 MCP for fetching up-to-date documentation. While not required (agents will use WebFetch as fallback), Context7 provides better documentation access.
Installation
- Install Context7 MCP server:
claude mcp add context7 -- npx -y @upstash/context7-mcp
- Configure in Claude's MCP settings:
{
"mcpServers": {
"context7": {
"command": "context7-mcp",
"args": []
}
}
}
- Restart Claude Code to activate
Benefits
- Faster documentation retrieval
- Better structured responses
- Cached documentation access
Without Context7, agents automatically use WebFetch to fetch documentation from official websites.