From bcc3b97f3df049a24692b3346773d024d979a80c Mon Sep 17 00:00:00 2001 From: enesgules Date: Tue, 24 Jun 2025 09:38:49 +0300 Subject: [PATCH 1/2] docs: Update README with additional Claude Code remote server connection instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 251ecb1..ce52278 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,12 @@ Run this command. See [Claude Code MCP docs](https://docs.anthropic.com/en/docs/ #### Claude Code Remote Server Connection +```sh +claude mcp add --transport http context7 https://mcp.context7.com/mcp +``` + +Or using SSE transport: + ```sh claude mcp add --transport sse context7 https://mcp.context7.com/sse ``` From 955188ecb26c1276e68857a5c5ed300edccad034 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Wortmann Date: Tue, 24 Jun 2025 11:50:38 -0500 Subject: [PATCH 2/2] README: add JetBrains AI Assistant installation instructions --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index ce52278..47fd763 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,31 @@ See [Qodo Gen docs](https://docs.qodo.ai/qodo-documentation/qodo-gen/qodo-gen-ch ``` +
+Install in JetBrains AI Assistant + +See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html) for more details. + +1. In JetBrains IDEs go to `Settings` -> `Tools` -> `AI Assistant` -> `Model Context Protocol (MCP)` +2. Click `+ Add`. +3. Click on `Command` in the top-left corner of the dialog and select the As JSON option from the list +4. Add this configuration and click `OK` + +```json +{ + "mcpServers": { + "context7": { + "command": "npx", + "args": ["-y", "@upstash/context7-mcp"] + } + } +} +``` + +5. Click `Apply` to save changes. + +
+ ## 🔨 Available Tools Context7 MCP provides the following tools that LLMs can use: