|
|
9 luni în urmă | |
|---|---|---|
| .. | ||
| .claude-plugin | 4ca561fb85 creating intital scaffolding for claude code plugins | 9 luni în urmă |
| .mcp.json | 4ca561fb85 creating intital scaffolding for claude code plugins | 9 luni în urmă |
| README.md | 4ca561fb85 creating intital scaffolding for claude code plugins | 9 luni în urmă |
Upstash Context7 MCP server for Claude Code.
Pull up-to-date, version-specific documentation and code examples directly from source repositories into your LLM context. Add "use context7" to prompts to fetch relevant documentation.
For higher rate limits and private repository access, get an API key and configure:
{
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"]
}
}
Or use the remote server:
{
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
See Context7 GitHub for detailed documentation.