Context7 MCP Server

Geliştirmestdiohttp-streamingv1.1.1
Repository

AI prompt'larına kütüphaneler, framework'ler ve SDK'lar için güncel ve sürüme özgü dokümantasyon ile kod örnekleri ekler. Context7, eski olabilecek eğitim verileri yerine güncel dokümantasyonu doğrudan kaynaktan getirir. React, Next.js, Node.js ve Python paketleri dahil binlerce kütüphaneyi destekler.

Bu açıklama otomatik olarak çevrilmiştir ve henüz editör tarafından incelenmemiştir.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

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

Araçlar (2)

resolve-library-id

Resolve a library name to a Context7 library ID for documentation lookup.

{
  "type": "object",
  "required": [
    "libraryName"
  ],
  "properties": {
    "libraryName": {
      "type": "string",
      "description": "Library name to search for (e.g. \"react\", \"nextjs\", \"express\")"
    }
  }
}

get-library-docs

Fetch up-to-date documentation for a library using its Context7 ID.

{
  "type": "object",
  "required": [
    "context7CompatibleLibraryID"
  ],
  "properties": {
    "topic": {
      "type": "string",
      "description": "Optional topic to focus the documentation on"
    },
    "tokens": {
      "type": "integer",
      "description": "Maximum number of tokens to return (default 5000)"
    },
    "context7CompatibleLibraryID": {
      "type": "string",
      "description": "The Context7 library ID resolved from resolve-library-id"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Upstash (@upstash)
Repository
https://github.com/upstash/context7
Lisans
Apache-2.0
Sürüm
1.1.1
Yıldızlar
56,048
Son güncelleme
25 Mayıs 2026
Context7 MCP Server - MCP Server | OpenModels