context7-mcp

Generate up-to-date code documentation for LLMs and AI editors

brewmacoslinux
Try with needOr install directly
Source

About

Up-to-date code documentation for LLMs and AI code editors

Commands

context7

Examples

Generate documentation for a project directory$ context7 /path/to/project
Generate documentation and output to a file$ context7 /path/to/project > documentation.md
Generate documentation with specific file patterns$ context7 /path/to/project --include '*.py' '*.js'