Skip to content

Commit 0663449

Browse files
Merge pull request modelcontextprotocol#94 from evalstate/main
Added a Warning to "User Quickstart" to remind the User to only add trusted commands
2 parents 8edb8b9 + 405f7d6 commit 0663449

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 with the permissions of your user account, and access to your local files. 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)