Context7 MCP
Context7 MCP brings current library documentation, API references, and examples into MCP-compatible agents.
Key Features
- Resolve package names and documentation pages.
- Retrieve focused reference snippets for coding tasks.
- Reduce stale framework knowledge during implementation.
Server Configuration
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["@upstash/context7-mcp@latest"]
}
}
}
Security Notes
This server queries external documentation sources. Review network access requirements before enabling it in locked-down environments.