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
Replace the `UMBRACO_CLIENT_ID`, `UMBRACO_CLIENT_SECRET`, `UMBRACO_BASE_UR` and `UMBRACO_INCLUDE_TOOL_COLLECTIONS`values with your local connection details.
33
+
Replace the following values with your local connection details:
38
34
39
-
This command adds the MCP server as `umbraco-mcp` in your project’s `claude.json` configuration file.
35
+
-`UMBRACO_CLIENT_ID`
36
+
-`UMBRACO_CLIENT_SECRET`
37
+
-`UMBRACO_BASE_URL`
38
+
-`UMBRACO_INCLUDE_TOOL_COLLECTIONS`
40
39
41
-
{% hint style="info" %}
42
-
Use the command
40
+
This command registers the MCP server as `umbraco-mcp` in your project’s `claude.json` configuration file.
43
41
44
-
```
42
+
3. Check which MCP servers are currently active in your Claude Code environment:
43
+
44
+
```cs
45
45
claudemcplist
46
46
```
47
47
48
-
anytime to confirm which MCP servers are active in your Claude Code environment.
49
48
{% endhint %}
50
49
51
50
### Project-specific configuration via `.mcp.json`
@@ -57,7 +56,7 @@ This is the referred project-level configuration for Claude Code. Creating a `.m
57
56
- Override global Claude Code MCP settings.
58
57
- Use an `.env` file to prevent secrets being added to source.
Replace the `UMBRACO_CLIENT_ID`, `UMBRACO_CLIENT_SECRET`, `UMBRACO_BASE_URL` and `UMBRACO_INCLUDE_TOOL_COLLECTIONS` values with your local connection details.
0 commit comments