Skip to content

Commit ae4a0dd

Browse files
committed
Added a Warning to remind the User to only add trusted commands
1 parent 83a1e38 commit ae4a0dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

quickstart/user.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ If you get an error saying "command not found" or "node is not recognized", down
101101
This configuration file tells Claude for Dekstop which MCP servers to start up every time you start the application. In this case, we have added one server called "filesystem" that will use the Node `npx` command to install and run `@modelcontextprotocol/server-filesystem`. This server, described [here](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem), will let you access your file system in Claude for Desktop.
102102
</Tip>
103103

104+
<Warning>
105+
**Command Privileges**
106+
107+
Claude for Desktop will run the commands in the configuration file at the current User Privilege level. Only add commands if you understand and trust the source.
108+
</Warning>
109+
104110
## 3. Restart Claude
105111

106112
After updating your configuration file, you need to restart Claude for Desktop.

0 commit comments

Comments
 (0)