mirror of
https://github.com/upstash/context7.git
synced 2025-06-26 23:50:04 +00:00
docs: Add Japanese translation
This commit is contained in:
parent
e057538e9b
commit
a47a3026f3
@ -2,7 +2,7 @@
|
||||
|
||||
[](https://context7.com) [](https://smithery.ai/server/@upstash/context7-mcp) [<img alt="Install in VS Code (npx)" src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Context7%20MCP&color=0098FF">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22context7%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40upstash%2Fcontext7-mcp%40latest%22%5D%7D)
|
||||
|
||||
[](./docs/README.zh-TW.md) [](./docs/README.zh-CN.md) [](./docs/README.ko.md) [](./docs/README.es.md) [](./docs/README.fr.md) [-purple>)](./docs/README.pt-BR.md) [](./docs/README.it.md) [](./docs/README.id-ID.md) [](./docs/README.de.md) [](./docs/README.ru.md) [](./docs/README.tr.md) [](./docs/README.ar.md)
|
||||
[](./docs/README.zh-TW.md) [](./docs/README.zh-CN.md) [](./docs/README.ja.md) [](./docs/README.ko.md) [](./docs/README.es.md) [](./docs/README.fr.md) [-purple>)](./docs/README.pt-BR.md) [](./docs/README.it.md) [](./docs/README.id-ID.md) [](./docs/README.de.md) [](./docs/README.ru.md) [](./docs/README.tr.md) [](./docs/README.ar.md)
|
||||
|
||||
## ❌ Without Context7
|
||||
|
||||
|
690
docs/README.ja.md
Normal file
690
docs/README.ja.md
Normal file
@ -0,0 +1,690 @@
|
||||
# Context7 MCP - どんなプロンプトにも最新のコードドキュメントで応える
|
||||
|
||||
[](https://context7.com) [](https://smithery.ai/server/@upstash/context7-mcp) [<img alt="Install in VS Code (npx)" src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Context7%20MCP&color=0098FF">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22context7%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40upstash%2Fcontext7-mcp%40latest%22%5D%7D)
|
||||
|
||||
[](./docs/README.zh-TW.md) [](./docs/README.zh-CN.md) [](./docs/README.ja.md) [](./docs/README.ko.md) [](./docs/README.es.md) [](./docs/README.fr.md) [-purple>)](./docs/README.pt-BR.md) [](./docs/README.it.md) [](./docs/README.id-ID.md) [](./docs/README.de.md) [](./docs/README.ru.md) [](./docs/README.tr.md) [](./docs/README.ar.md)
|
||||
|
||||
## ❌ Context7 を使わないと
|
||||
|
||||
LLM は使用しているライブラリに関する古い情報や一般的な情報に依存しています。その結果:
|
||||
|
||||
- ❌ コード例が古く、1 年前のトレーニングデータに基づいている
|
||||
- ❌ 存在しない API をハルシネーションして生成する
|
||||
- ❌ 古いパッケージバージョンに対する一般的な回答しか得られない
|
||||
|
||||
## ✅ Context7 を使うと
|
||||
|
||||
Context7 MCP は最新のバージョン固有のドキュメントとコード例をソースから直接取得し、プロンプトに直接配置します。
|
||||
|
||||
Cursor のプロンプトに `use context7` を追加するだけ:
|
||||
|
||||
```txt
|
||||
Create a basic Next.js project with app router. use context7
|
||||
```
|
||||
|
||||
```txt
|
||||
Create a script to delete the rows where the city is "" given PostgreSQL credentials. use context7
|
||||
```
|
||||
|
||||
Context7 は最新のコード例とドキュメントを直接 LLM のコンテキストに取得します。
|
||||
|
||||
- 1️⃣ 普段通りにプロンプトを書く
|
||||
- 2️⃣ LLM に `use context7` と指示する
|
||||
- 3️⃣ 動作するコードの回答を得る
|
||||
|
||||
タブの切り替えも、存在しない API のハルシネーションも、古いコード生成もありません。
|
||||
|
||||
## 📚 プロジェクトの追加
|
||||
|
||||
[プロジェクト追加ガイド](./docs/adding-projects.md) をチェックして、お気に入りのライブラリを Context7 に追加(または更新)する方法を学びましょう。
|
||||
|
||||
## 🛠️ インストール
|
||||
|
||||
### 必須要件
|
||||
|
||||
- Node.js >= v18.0.0
|
||||
- Cursor、Windsurf、Claude Desktop またはその他の MCP クライアント
|
||||
|
||||
<details>
|
||||
<summary><b>Smithery 経由でのインストール</b></summary>
|
||||
|
||||
[Smithery](https://smithery.ai/server/@upstash/context7-mcp) 経由で任意のクライアントに Context7 MCP サーバーを自動的にインストールするには:
|
||||
|
||||
```bash
|
||||
npx -y @smithery/cli@latest install @upstash/context7-mcp --client <CLIENT_NAME> --key <YOUR_SMITHERY_KEY>
|
||||
```
|
||||
|
||||
Smithery キーは [Smithery.ai Web ページ](https://smithery.ai/server/@upstash/context7-mcp) で確認できます。
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Cursor へのインストール</b></summary>
|
||||
|
||||
`Settings` -> `Cursor Settings` -> `MCP` -> `Add new global MCP server` に移動します
|
||||
|
||||
以下の設定を Cursor の `~/.cursor/mcp.json` ファイルに貼り付けることが推奨されます。プロジェクトフォルダに `.cursor/mcp.json` を作成することで、特定のプロジェクトにインストールすることもできます。詳細は [Cursor MCP ドキュメント](https://docs.cursor.com/context/model-context-protocol) を参照してください。
|
||||
|
||||
> Cursor 1.0 以降、下のインストールボタンをクリックすることで、ワンクリックで即座にインストールできます。
|
||||
|
||||
#### Cursor リモートサーバー接続
|
||||
|
||||
[](https://cursor.com/install-mcp?name=context7&config=eyJ1cmwiOiJodHRwczovL21jcC5jb250ZXh0Ny5jb20vbWNwIn0%3D)
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"url": "https://mcp.context7.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### Cursor ローカルサーバー接続
|
||||
|
||||
[](https://cursor.com/install-mcp?name=context7&config=eyJjb21tYW5kIjoibnB4IC15IEB1cHN0YXNoL2NvbnRleHQ3LW1jcCJ9)
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>代替方法:Bun を使用</summary>
|
||||
|
||||
[](https://cursor.com/install-mcp?name=context7&config=eyJjb21tYW5kIjoiYnVueCAteSBAdXBzdGFzaC9jb250ZXh0Ny1tY3AifQ%3D%3D)
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "bunx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>代替方法:Deno を使用</summary>
|
||||
|
||||
[](https://cursor.com/install-mcp?name=context7&config=eyJjb21tYW5kIjoiZGVubyBydW4gLS1hbGxvdy1lbnYgLS1hbGxvdy1uZXQgbnBtOkB1cHN0YXNoL2NvbnRleHQ3LW1jcCJ9)
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "deno",
|
||||
"args": ["run", "--allow-env=NO_DEPRECATION,TRACE_DEPRECATION", "--allow-net", "npm:@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Windsurf へのインストール</b></summary>
|
||||
|
||||
これを Windsurf MCP 設定ファイルに追加します。詳細は [Windsurf MCP ドキュメント](https://docs.windsurf.com/windsurf/mcp) を参照してください。
|
||||
|
||||
#### Windsurf リモートサーバー接続
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"serverUrl": "https://mcp.context7.com/sse"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### Windsurf ローカルサーバー接続
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>VS Code へのインストール</b></summary>
|
||||
|
||||
[<img alt="Install in VS Code (npx)" src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Context7%20MCP&color=0098FF">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22context7%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40upstash%2Fcontext7-mcp%40latest%22%5D%7D)
|
||||
[<img alt="Install in VS Code Insiders (npx)" src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Context7%20MCP&color=24bfa5">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%7B%22name%22%3A%22context7%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40upstash%2Fcontext7-mcp%40latest%22%5D%7D)
|
||||
|
||||
これを VS Code MCP 設定ファイルに追加します。詳細は [VS Code MCP ドキュメント](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) を参照してください。
|
||||
|
||||
#### VS Code リモートサーバー接続
|
||||
|
||||
```json
|
||||
"mcp": {
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.context7.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### VS Code ローカルサーバー接続
|
||||
|
||||
```json
|
||||
"mcp": {
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Visual Studio 2022 へのインストール</b></summary>
|
||||
|
||||
[Visual Studio MCP サーバードキュメント](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022) に従って、Visual Studio 2022 で Context7 MCP を設定できます。
|
||||
|
||||
これを Visual Studio MCP 設定ファイルに追加します(詳細は [Visual Studio ドキュメント](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022) を参照):
|
||||
|
||||
```json
|
||||
{
|
||||
"mcp": {
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.context7.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
または、ローカルサーバーの場合:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcp": {
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
詳細情報とトラブルシューティングについては、[Visual Studio MCP サーバードキュメント](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022) を参照してください。
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Zed へのインストール</b></summary>
|
||||
|
||||
[Zed Extensions](https://zed.dev/extensions?query=Context7) 経由でインストールできるか、Zed の `settings.json` にこれを追加できます。詳細は [Zed Context Server ドキュメント](https://zed.dev/docs/assistant/context-servers) を参照してください。
|
||||
|
||||
```json
|
||||
{
|
||||
"context_servers": {
|
||||
"Context7": {
|
||||
"command": {
|
||||
"path": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
},
|
||||
"settings": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Claude Code へのインストール</b></summary>
|
||||
|
||||
このコマンドを実行します。詳細は [Claude Code MCP ドキュメント](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/tutorials#set-up-model-context-protocol-mcp) を参照してください。
|
||||
|
||||
#### Claude Code リモートサーバー接続
|
||||
|
||||
```sh
|
||||
claude mcp add --transport sse context7 https://mcp.context7.com/sse
|
||||
```
|
||||
|
||||
#### Claude Code ローカルサーバー接続
|
||||
|
||||
```sh
|
||||
claude mcp add context7 -- npx -y @upstash/context7-mcp
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Claude Desktop へのインストール</b></summary>
|
||||
|
||||
これを Claude Desktop の `claude_desktop_config.json` ファイルに追加します。詳細は [Claude Desktop MCP ドキュメント](https://modelcontextprotocol.io/quickstart/user) を参照してください。
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"Context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>BoltAI へのインストール</b></summary>
|
||||
|
||||
アプリの "Settings" ページを開き、"Plugins" に移動し、以下の JSON を入力します:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
保存後、チャットで `get-library-docs` の後に Context7 ドキュメント ID を入力します(例:`get-library-docs /nuxt/ui`)。詳細情報は [BoltAI ドキュメンテーションサイト](https://docs.boltai.com/docs/plugins/mcp-servers) で利用可能です。iOS 版 BoltAI については、[このガイドを参照してください](https://docs.boltai.com/docs/boltai-mobile/mcp-servers)。
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Docker を使用</b></summary>
|
||||
|
||||
MCP サーバーを Docker コンテナで実行したい場合:
|
||||
|
||||
1. **Docker イメージのビルド:**
|
||||
|
||||
まず、プロジェクトルート(または希望の場所)に `Dockerfile` を作成します:
|
||||
|
||||
<details>
|
||||
<summary>Dockerfile の内容を表示</summary>
|
||||
|
||||
```Dockerfile
|
||||
FROM node:18-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# 最新バージョンをグローバルにインストール
|
||||
RUN npm install -g @upstash/context7-mcp
|
||||
|
||||
# 必要に応じてデフォルトポートを公開(任意、MCP クライアントの相互作用に依存)
|
||||
# EXPOSE 3000
|
||||
|
||||
# サーバーを実行するデフォルトコマンド
|
||||
CMD ["context7-mcp"]
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
次に、タグ(例:`context7-mcp`)を使用してイメージをビルドします。**Docker Desktop(または Docker デーモン)が実行中であることを確認してください。** `Dockerfile` を保存した同じディレクトリで次のコマンドを実行します:
|
||||
|
||||
```bash
|
||||
docker build -t context7-mcp .
|
||||
```
|
||||
|
||||
2. **MCP クライアントの設定:**
|
||||
|
||||
MCP クライアントの設定を更新して Docker コマンドを使用するようにします。
|
||||
|
||||
_cline_mcp_settings.json の例:_
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"Сontext7": {
|
||||
"autoApprove": [],
|
||||
"disabled": false,
|
||||
"timeout": 60,
|
||||
"command": "docker",
|
||||
"args": ["run", "-i", "--rm", "context7-mcp"],
|
||||
"transportType": "stdio"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
_注:これは設定例です。この README の前半で MCP クライアント(Cursor、VS Code など)の具体的な例を参照して、構造(例:`mcpServers` 対 `servers`)を適応させてください。また、`args` 内のイメージ名が `docker build` コマンドで使用したタグと一致していることを確認してください。_
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Windows へのインストール</b></summary>
|
||||
|
||||
Windows での設定は Linux や macOS と比べて少し異なります(_例では `Cline` を使用_)。同じ原則が他のエディタにも適用されます。`command` と `args` の設定を参照してください。
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"github.com/upstash/context7-mcp": {
|
||||
"command": "cmd",
|
||||
"args": ["/c", "npx", "-y", "@upstash/context7-mcp@latest"],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Augment Code へのインストール</b></summary>
|
||||
|
||||
Augment Code で Context7 MCP を設定するには、グラフィカルインターフェースまたは手動設定のいずれかを使用できます。
|
||||
|
||||
### **A. Augment Code UI を使用する場合**
|
||||
|
||||
1. ハンバーガーメニューをクリックします。
|
||||
2. **Settings** を選択します。
|
||||
3. **Tools** セクションに移動します。
|
||||
4. **+ Add MCP** ボタンをクリックします。
|
||||
5. 以下のコマンドを入力します:
|
||||
|
||||
```
|
||||
npx -y @upstash/context7-mcp@latest
|
||||
```
|
||||
|
||||
6. MCP に **Context7** と名前を付けます。
|
||||
7. **Add** ボタンをクリックします。
|
||||
|
||||
MCP サーバーが追加されたら、Augment Code 内で Context7 の最新コードドキュメンテーション機能を直接使用できます。
|
||||
|
||||
---
|
||||
|
||||
### **B. 手動設定**
|
||||
|
||||
1. Cmd/Ctrl Shift P を押すか、Augment パネルのハンバーガーメニューに移動します
|
||||
2. Edit Settings を選択します
|
||||
3. Advanced の下で、Edit in settings.json をクリックします
|
||||
4. `augment.advanced` オブジェクト内の `mcpServers` 配列にサーバー設定を追加します
|
||||
|
||||
"augment.advanced": {
|
||||
"mcpServers": [
|
||||
{
|
||||
"name": "context7",
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
MCP サーバーが追加されたら、エディタを再起動します。エラーが発生した場合は、構文をチェックして、閉じ括弧やカンマが欠けていないことを確認してください。
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Roo Code へのインストール</b></summary>
|
||||
|
||||
これを Roo Code MCP 設定ファイルに追加します。詳細は [Roo Code MCP ドキュメント](https://docs.roocode.com/features/mcp/using-mcp-in-roo) を参照してください。
|
||||
|
||||
#### Roo Code リモートサーバー接続
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"type": "streamable-http",
|
||||
"url": "https://mcp.context7.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### Roo Code ローカルサーバー接続
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Zencoder へのインストール</b></summary>
|
||||
|
||||
Zencoder で Context7 MCP を設定するには、以下の手順に従います:
|
||||
|
||||
1. Zencoder メニュー (...) に移動します
|
||||
2. ドロップダウンメニューから Agent tools を選択します
|
||||
3. Add custom MCP をクリックします
|
||||
4. 以下から名前とサーバー設定を追加し、Install ボタンを必ず押してください
|
||||
|
||||
```json
|
||||
{
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@upstash/context7-mcp@latest"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
MCP サーバーが追加されたら、簡単に使用を続けることができます。
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Amazon Q Developer CLI へのインストール</b></summary>
|
||||
|
||||
これを Amazon Q Developer CLI 設定ファイルに追加します。詳細は [Amazon Q Developer CLI ドキュメント](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-mcp-configuration.html) を参照してください。
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp@latest"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🔨 利用可能なツール
|
||||
|
||||
Context7 MCP は LLM が使用できる以下のツールを提供します:
|
||||
|
||||
- `resolve-library-id`:一般的なライブラリ名を Context7 互換のライブラリ ID に変換します。
|
||||
|
||||
- `libraryName`(必須):検索するライブラリの名前
|
||||
|
||||
- `get-library-docs`:Context7 互換のライブラリ ID を使用してライブラリのドキュメントを取得します。
|
||||
- `context7CompatibleLibraryID`(必須):正確な Context7 互換のライブラリ ID(例:`/mongodb/docs`、`/vercel/next.js`)
|
||||
- `topic`(任意):ドキュメントの特定のトピックに焦点を当てます(例:"routing"、"hooks")
|
||||
- `tokens`(任意、デフォルト 10000):返すトークンの最大数。デフォルト値 10000 未満の値は自動的に 10000 に増加されます。
|
||||
|
||||
## 💻 開発
|
||||
|
||||
プロジェクトをクローンして依存関係をインストールします:
|
||||
|
||||
```bash
|
||||
bun i
|
||||
```
|
||||
|
||||
ビルド:
|
||||
|
||||
```bash
|
||||
bun run build
|
||||
```
|
||||
|
||||
サーバーを実行:
|
||||
|
||||
```bash
|
||||
bun run dist/index.js
|
||||
```
|
||||
|
||||
### CLI 引数
|
||||
|
||||
`context7-mcp` は以下の CLI フラグを受け付けます:
|
||||
|
||||
- `--transport <stdio|http|sse>` – 使用するトランスポート(デフォルトは `stdio`)。
|
||||
- `--port <number>` – `http` または `sse` トランスポート使用時にリッスンするポート(デフォルト `3000`)。
|
||||
|
||||
http トランスポートとポート 8080 の例:
|
||||
|
||||
```bash
|
||||
bun run dist/index.js --transport http --port 8080
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary><b>ローカル設定例</b></summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["tsx", "/path/to/folder/context7-mcp/src/index.ts"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>MCP Inspector でのテスト</b></summary>
|
||||
|
||||
```bash
|
||||
npx -y @modelcontextprotocol/inspector npx @upstash/context7-mcp
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 🚨 トラブルシューティング
|
||||
|
||||
<details>
|
||||
<summary><b>モジュールが見つからないエラー</b></summary>
|
||||
|
||||
`ERR_MODULE_NOT_FOUND` が発生した場合は、`npx` の代わりに `bunx` を使用してみてください:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "bunx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
これにより、`npx` がパッケージを正しくインストールまたは解決できない環境でのモジュール解決の問題が解決されることがあります。
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>ESM 解決の問題</b></summary>
|
||||
|
||||
`Error: Cannot find module 'uriTemplate.js'` のようなエラーの場合は、`--experimental-vm-modules` フラグを試してください:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "--node-options=--experimental-vm-modules", "@upstash/context7-mcp@1.0.6"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>TLS/証明書の問題</b></summary>
|
||||
|
||||
TLS 関連の問題を回避するには、`--experimental-fetch` フラグを使用します:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "--node-options=--experimental-fetch", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>一般的な MCP クライアントエラー</b></summary>
|
||||
|
||||
1. パッケージ名に `@latest` を追加してみる
|
||||
2. `npx` の代替として `bunx` を使用する
|
||||
3. 別の代替方法として `deno` の使用を検討する
|
||||
4. ネイティブ fetch サポートのために Node.js v18 以上を使用していることを確認する
|
||||
|
||||
</details>
|
||||
|
||||
## ⚠️ 免責事項
|
||||
|
||||
Context7 プロジェクトはコミュニティが貢献しているもので、高品質を維持するよう努めていますが、すべてのライブラリドキュメントの正確性、完全性、セキュリティを保証することはできません。Context7 にリストされているプロジェクトは、Context7 ではなく、それぞれの所有者によって開発および保守されています。疑わしい、不適切な、または潜在的に有害なコンテンツを発見した場合は、プロジェクトページの「報告」ボタンを使用して、すぐにお知らせください。私たちはすべての報告を真剣に受け止め、プラットフォームの整合性と安全性を維持するために、フラグが付けられたコンテンツを迅速にレビューします。Context7 を使用することにより、あなたは自己の裁量とリスクで使用することを認めます。
|
||||
|
||||
## 🤝 私たちとつながる
|
||||
|
||||
最新情報を入手し、コミュニティに参加しましょう:
|
||||
|
||||
- 📢 最新ニュースとアップデートのために [X](https://x.com/contextai) でフォローしてください
|
||||
- 🌐 [Web サイト](https://context7.com) を訪問してください
|
||||
- 💬 [Discord コミュニティ](https://upstash.com/discord) に参加してください
|
||||
|
||||
## 📺 メディアでの Context7
|
||||
|
||||
- [Better Stack: "Free Tool Makes Cursor 10x Smarter"](https://youtu.be/52FC3qObp9E)
|
||||
- [Cole Medin: "This is Hands Down the BEST MCP Server for AI Coding Assistants"](https://www.youtube.com/watch?v=G7gK8H6u7Rs)
|
||||
- [Income Stream Surfers: "Context7 + SequentialThinking MCPs: Is This AGI?"](https://www.youtube.com/watch?v=-ggvzyLpK6o)
|
||||
- [Julian Goldie SEO: "Context7: New MCP AI Agent Update"](https://www.youtube.com/watch?v=CTZm6fBYisc)
|
||||
- [JeredBlu: "Context 7 MCP: Get Documentation Instantly + VS Code Setup"](https://www.youtube.com/watch?v=-ls0D-rtET4)
|
||||
- [Income Stream Surfers: "Context7: The New MCP Server That Will CHANGE AI Coding"](https://www.youtube.com/watch?v=PS-2Azb-C3M)
|
||||
- [AICodeKing: "Context7 + Cline & RooCode: This MCP Server Makes CLINE 100X MORE EFFECTIVE!"](https://www.youtube.com/watch?v=qZfENAPMnyo)
|
||||
- [Sean Kochel: "5 MCP Servers For Vibe Coding Glory (Just Plug-In & Go)"](https://www.youtube.com/watch?v=LqTQi8qexJM)
|
||||
|
||||
## ⭐ スター履歴
|
||||
|
||||
[](https://www.star-history.com/#upstash/context7&Date)
|
||||
|
||||
## 📄 ライセンス
|
||||
|
||||
MIT
|
Loading…
x
Reference in New Issue
Block a user