File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,8 @@ Want to give Claude Desktop more local integration capabilities? Add these serve
325
325
Add this to your config to let Claude Desktop read and analyze files:
326
326
```json
327
327
"filesystem": {
328
- "command": "mcp-server-filesystem ",
329
- "args": ["/Users/YOUR_USERNAME/Desktop"]
328
+ "command": "npx ",
329
+ "args": ["-y", "@modelcontextprotocol/server-filesystem", " /Users/YOUR_USERNAME/Desktop"]
330
330
}
331
331
```
332
332
</Accordion>
@@ -335,8 +335,8 @@ Want to give Claude Desktop more local integration capabilities? Add these serve
335
335
Connect Claude Desktop to your PostgreSQL database:
336
336
```json
337
337
"postgres": {
338
- "command": "mcp-server-postgres ",
339
- "args": ["postgresql://localhost/mydb"]
338
+ "command": "npx ",
339
+ "args": ["-y", "@modelcontextprotocol/server-postgres", " postgresql://localhost/mydb"]
340
340
}
341
341
```
342
342
</Accordion>
You can’t perform that action at this time.
0 commit comments