Skip to content

Commit b81ee50

Browse files
committed
Update README
1 parent 7b80476 commit b81ee50

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# MCP Shell Server
22

33
[![codecov](https://codecov.io/gh/tumf/mcp-shell-server/branch/main/graph/badge.svg)](https://codecov.io/gh/tumf/mcp-shell-server)
4+
[![smithery badge](https://smithery.ai/badge/mcp-shell-server)](https://smithery.ai/server/mcp-shell-server)
45

56
A secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input.
67

@@ -65,6 +66,15 @@ code ~/Library/Application\ Support/Claude/claude_desktop_config.json
6566

6667
#### Installation
6768

69+
### Installing via Smithery
70+
71+
To install Shell Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-shell-server):
72+
73+
```bash
74+
npx -y @smithery/cli install mcp-shell-server --client claude
75+
```
76+
77+
### Manual Installation
6878
```bash
6979
pip install mcp-shell-server
7080
```

0 commit comments

Comments
 (0)