3 months ago
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Server Config
{
"mcpServers": {
"context7": {
"command": "bunx",
"args": [
"-y",
"@upstash/context7-mcp",
"--api-key",
"YOUR_API_KEY"
]
}
}
}