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 ```