Skip to content

Context7

Free

by Indie Developer

Fetches up-to-date, version-specific library documentation and injects it into AI context windows.

v1.0.0Added Mar 10, 2025
docscontextlibraries
Works with:ClaudeGPTGeminiCopilot

Context7 MCP Server

Fetches up-to-date, version-specific library documentation and injects it into AI context windows.

Features

  • Library docs
  • Version-specific
  • Context injection
  • Auto-detection
  • RAG support

Installation

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y @upstash/context7-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    }
  }
}