Skip to content

Commit 71bda78

Browse files
Phil Whittakerclaude
andcommitted
Add configuration reminder to Claude Code setup guide
Added note to remind users to replace placeholder values with their actual connection details in the CLI configuration section. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 14f76ec commit 71bda78

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

16/umbraco-cms/reference/developer-mcp/host-setup/claude-code.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install Claude Code globally
1515
npm install -g @anthropic-ai/claude-code
1616
```
1717

18-
## Configuration using the CLI tool
18+
### Configuration using the CLI tool
1919

2020
Basic install
2121

@@ -31,13 +31,15 @@ If you prefer to define configuration values directly, use the following pattern
3131
claude mcp add umbraco-mcp --env UMBRACO_CLIENT_ID="your-id" --env UMBRACO_CLIENT_SECRET="your-secret" --env UMBRACO_BASE_URL="https://your-domain.com" --env NODE_TLS_REJECT_UNAUTHORIZED="0" --env UMBRACO_INCLUDE_TOOL_COLLECTIONS="culture,document,media" -- npx @umbraco-cms/mcp-dev@beta
3232
```
3333

34+
Replace the UMBRACO_CLIENT_ID, UMBRACO_CLIENT_SECRET, and UMBRACO_BASE_URL values with your local connection details.
35+
3436
This will add the MCP server as umbraco-mcp in your project’s claude.json configuration file.
3537

3638
{% hint style="info" %}
3739
Use claude mcp list anytime to confirm which MCP servers are active in your Claude Code environment.
3840
{% endhint %}
3941

40-
## Configuration via .mcp.json (Project-specific)
42+
### Configuration via .mcp.json (Project-specific)
4143

4244
This is the perferred configuration for Claude Code.
4345
As project-level configuration, create a .mcp.json file in your project root.
@@ -56,6 +58,8 @@ UMBRACO_CLIENT_SECRET=1234567890
5658
UMBRACO_BASE_URL=http://localhost:123456
5759
```
5860

61+
Replace the UMBRACO_CLIENT_ID, UMBRACO_CLIENT_SECRET, and UMBRACO_BASE_URL values with your local connection details.
62+
5963
Example .mcp.json file
6064

6165
```json

0 commit comments

Comments
 (0)