Context7 provides real-time, version-specific documentation for LLMs and AI code editors. It connects to GitHub repositories and exposes methods to fetch up-to-date documentation for codebases. Developers use it to integrate accurate documentation into their AI-powered coding tools.
Context7 provides real-time, version-specific documentation for LLMs and AI code editors. It connects to GitHub repositories and exposes methods to fetch up-to-date documentation for codebases. Developers use it to integrate accurate documentation into their AI-powered coding tools.
npx -y @upstash/context7Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"upstash-context7-github": {
"command": "npx",
"args": [
"-y",
"npx -y @upstash/context7"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from context7?"
API Key Required
This server requires an API key from context7. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CONTEXT7_API_KEY | Yes | Your context7 API key |
"What resources are available in context7?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in context7"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in context7 with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.