You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: For Claude Code versions **2.1.1 and newer**, use the `add-json` command format below. For older versions, see the [legacy command format](#for-older-versions-of-claude-code).
32
+
>
33
+
> **Windows / CLI note**: `claude mcp add-json` may return `Invalid input` when adding an HTTP server. If that happens, use the legacy `claude mcp add --transport http ...` command format below.
32
34
33
35
1. Run the following command in the terminal (not in Claude Code CLI):
Copy file name to clipboardExpand all lines: docs/remote-server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The Remote GitHub MCP server has optional headers equivalent to the Local server
68
68
- Equivalent to `GITHUB_LOCKDOWN_MODE` env var for Local server.
69
69
- If this header is empty, "false", "f", "no", "n", "0", or "off" (ignoring whitespace and case), it will be interpreted as false. All other values are interpreted as true.
70
70
-`X-MCP-Insiders`: Enables insiders mode for early access to new features.
71
-
- Equivalent to `GITHUB_INSIDER_MODE` env var or `--insider-mode` flag for Local server.
71
+
- Equivalent to `GITHUB_INSIDERS` env var or `--insiders` flag for Local server.
72
72
- If this header is empty, "false", "f", "no", "n", "0", or "off" (ignoring whitespace and case), it will be interpreted as false. All other values are interpreted as true.
73
73
74
74
> **Looking for examples?** See the [Server Configuration Guide](./server-configuration.md) for common recipes like minimal setups, read-only mode, and combining tools with toolsets.
0 commit comments