context7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
GitHubスター
29,349
ユーザー評価
未評価
お気に入り
0
閲覧数
41
フォーク
1,466
イシュー
81
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Node.js: 18.0.0以上
npm: 8.0.0以上
Claude Desktop: 最新版
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/upstash/context7.git
cd context7
2. 依存関係のインストール
bash
npm install
3. Claude Desktop設定
claude_desktop_config.json
を編集してMCPサーバーを追加:
json
{
"mcpServers": {
"context7": {
"command": "node",
"args": ["path/to/server.js"]
}
}
}
4. サーバーの起動
bash
npm start