From bcc3b97f3df049a24692b3346773d024d979a80c Mon Sep 17 00:00:00 2001 From: enesgules Date: Tue, 24 Jun 2025 09:38:49 +0300 Subject: [PATCH] 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 ```