📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
| 314行目: | 314行目: | ||
* 設定方法 | * 設定方法 | ||
*: Context7の公式サイトから設定手順を参照 | *: Context7の公式サイトから設定手順を参照 | ||
*: Context7のAPIキーが必要になる。 | |||
*: <syntaxhighlight lang="text"> | |||
# Claude Code ローカルサーバ接続 | |||
claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key <Context7のAPIキー> | |||
# Claude Code リモートサーバ接続 | |||
claude mcp add --header "CONTEXT7_API_KEY: <Context7のAPIキー>" --transport http context7 https://mcp.context7.com/mcp | |||
</syntaxhighlight> | |||
<br> | <br> | ||
===== Notion MCP ===== | ===== Notion MCP ===== | ||
Notionワークスペースとの連携を提供する。<br> | Notionワークスペースとの連携を提供する。<br> | ||