HomeKnowledge & Memory › Context7

Context7

Up-to-date code docs for any prompt

Official TypeScript Cloud Remote
★ 62,373 stars Last pushed 2026-09-24 License: MIT

Topics: Knowledge & Memory

Connect

Remote (streamable-http)

https://mcp.context7.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http context7 https://mcp.context7.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "context7": {
      "url": "https://mcp.context7.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — API key for authentication. Accepts "Bearer <key>" or the raw key.

Package (npm 4.1.1)

npx -y @upstash/context7-mcp@4.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp@4.1.1"
      ],
      "env": {
        "CONTEXT7_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CONTEXT7_API_KEY secret — API key for authentication

Package (mcpb 4.1.1)

Package: mcpb https://github.com/upstash/context7/releases/download/mcpb-v4.1.1/context7.mcpb

  • CONTEXT7_API_KEY secret — API key for authentication

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry