🌐
GitHub
github.com › upstash › context7
GitHub - upstash/context7: Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEY
Starred by 40K users
Forked by 2K users
Languages   TypeScript 76.3% | JavaScript 22.7% | Dockerfile 1.0%
🌐
Context7
context7.com › docs › dashboard › api-keys
API Keys - Context7 MCP
Keys are shown only once for security · Format: ctx7sk-********************** Use in your requests or add to your MCP configuration: Copy · Ask AI · curl "https://context7.com/api/v2/docs/code/vercel/next.js" \ -H "Authorization: Bearer YOUR_API_KEY" Store your API key securely.
🌐
LobeHub
lobehub.com › mcp › upstash-context7
Context7 MCP - Up-to-date Code Docs For Any Prompt | MCP Servers · LobeHub
1 day ago - claude mcp add --transport http context7 https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: YOUR_API_KEY"
🌐
Apidog
apidog.com › blog › context7-mcp-server
How to Install and Use Context7 MCP Server
July 17, 2025 - Why Traditional Code Suggestions Often FailWhat is Context7?Key BenefitsHow Context7 MCP Server WorksHow to Install Context7 MCP ServerPrerequisitesInstallation via Smithery CLI (Recommended for Claude Users)Manual Installation by ClientAlternative RuntimesUsing Context7 in Your WorkflowExample Prompts:Advanced Featuresresolve-library-idget-library-docsLocal Development and Customization for Context7 MCP Server1. Clone the Repository2. Install Dependencies3. Build the Project4. Update Your MCP Config5. Test with MCP InspectorTroubleshooting Common IssuesMCP Client ErrorsStill Stuck?Final Thoughts · Apidog: A Real Design-first API Development Platform
🌐
Smithery
smithery.ai › server › @upstash › context7-mcp
Context7 | MCP Server | Smithery
Fetches up-to-date documentation for a library. You must call 'resolve-library-id' first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.
🌐
GitHub
github.com › NimbleBrainInc › mcp-context7
GitHub - NimbleBrainInc/mcp-context7: Context7 MCP Server
{ "mcpServers": { "context7": { "command": "fastmcp", "args": ["run", "server.py"], "env": { "CONTEXT7_API_KEY": "your_api_key_here" } } } }
Author   NimbleBrainInc
🌐
GitHub
github.com › mcp › upstash › context7
MCP Registry | Context7 · GitHub
claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEY
🌐
Playbooks
playbooks.com › mcp › upstash › context7
Context7 MCP Server - playbooks
Keep your API key secret. Use environment variables or secure secret managers where possible. If you expose a key in configuration, prefer restricting it to read-only documentation access. Context7 MCP provides two core tools that you can call from prompts to fetch up-to-date docs and IDs.
🌐
FOCUS.AI
thefocus.ai › recipes › context7-mcp
context7-mcp
claude mcp add --scope project context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEY
Find elsewhere
🌐
Reddit
reddit.com › r/aiseoinsider › context7 mcp ai agent: how to 10x your code quality with latest api data (zero hallucinations)
r/AISEOInsider on Reddit: Context7 MCP AI Agent: How To 10X Your Code Quality With Latest API Data (Zero Hallucinations)
March 14, 2025 - Learn how to maximize your ROI ... Here's how to resolve common MCP AI agent challenges quickly: API key errors usually stem from incorrect configuration....
🌐
Upstash
upstash.com › blog › context7-llmtxt-cursor
Introducing Context7: Up-to-Date Docs for LLMs and AI Code Editors | Upstash Blog
Example: "Build a Next.js API with Hono. Use this context: [Context7 link]". MCP (coming soon): Use our MCP server to automatically feed docs into coding assistants.
🌐
MCP Servers
mcpservers.org › context 7
Context 7 | Awesome MCP Servers
claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEY
🌐
GitHub
github.com › upstash › context7 › issues › 716
“Unauthorized. Please check your API key.” regardless of API key validity · Issue #716 · upstash/context7
September 25, 2025 - Configure a newly generated Context7 API key for the code block. Connect the MCP client (Cursor/Claude Code) to the Context7 server.
Published   Sep 25, 2025
🌐
DEV Community
dev.to › mehmetakar › context7-mcp-tutorial-3he2
Context7 MCP Tutorial - DEV Community
April 25, 2025 - Note: The tag context7-mcp should match your docker build tag. Resolves a general library name into a Context7-compatible ID.
🌐
MCP Curator
mcpcurator.com › mcp › context7-mcp
Context7 MCP - Utilities MCP Server | MCP Curator
{ "mcpServers": { "context7-mcp": { "command": "node", "args": ["path/to/context7-mcp/dist/index.js"], "env": { "API_KEY": "your-api-key-here", "DEBUG": "false" } } } } Set these environment variables based on your needs: • API_KEY - Your API key (if required) • DEBUG_MODE - Enable debug logging ·
🌐
Trevor Lasn
trevorlasn.com › blog › context7-mcp
Context7 MCP: Up-to-date Docs for LLMs and AI code editors
November 1, 2025 - Get an API key at context7.com. To make your AI agent automatically use Context7 before planning and coding, add this rule to your project: ... Always use Context7 MCP tools before planning or implementing code that involves external libraries ...