Skip to content

Commit 467994d

Browse files
authored
Merge pull request #2 from smithery-ai/add-smithery
Add Smithery to README
2 parents b234341 + 2d6418c commit 467994d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 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

@@ -71,6 +72,14 @@ code ~/Library/Application\ Support/Claude/claude_desktop_config.json
7172
pip install mcp-shell-server
7273
```
7374

75+
### Installing via Smithery
76+
77+
To install Shell Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-shell-server):
78+
79+
```bash
80+
npx -y @smithery/cli install mcp-shell-server --client claude
81+
```
82+
7483
## Usage
7584

7685
### Starting the Server

0 commit comments

Comments
 (0)