mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:54:02 +02:00
Update all example configs
This commit is contained in:
@@ -82,8 +82,8 @@ Node.js server implementing Model Context Protocol (MCP) for filesystem operatio
|
||||
Add this to your `claude_desktop_config.json`:
|
||||
```json
|
||||
{
|
||||
"mcp-server-filesystem": {
|
||||
"command": "mcp-server-filesystem",
|
||||
"args": ["Users/username/Desktop", "/path/to/other/allowed/dir"]
|
||||
"filesystem": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/username/Desktop", "/path/to/other/allowed/dir"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user