Skip to content

Commit 11471b5

Browse files
committed
docs(README.md): add configuration examples for published and local versions to improve user guidance on setting up MCP client
1 parent 67ab0e2 commit 11471b5

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,32 @@ A secure shell command execution server implementing the Model Context Protocol
1111

1212
## MCP client setting in your Claude.app
1313

14+
### Published version
15+
16+
```shell
17+
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
18+
```
19+
20+
```json
21+
{
22+
"mcpServers": {
23+
"shell": {
24+
"command": "uvx",
25+
"args": [
26+
"mcp-shell-server"
27+
],
28+
"env": {
29+
"ALLOW_COMMANDS": "ls,cat,pwd,grep,wc,touch,find"
30+
}
31+
},
32+
}
33+
}
34+
```
35+
36+
### Local version
37+
38+
#### Configuration
39+
1440
```shell
1541
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
1642
```
@@ -34,7 +60,7 @@ code ~/Library/Application\ Support/Claude/claude_desktop_config.json
3460
}
3561
```
3662

37-
## Installation
63+
#### Installation
3864

3965
```bash
4066
pip install mcp-shell-server

0 commit comments

Comments
 (0)