Skip to content

Commit 2d6418c

Browse files
committed
Add Smithery CLI installation instructions and badge
1 parent 641bfc0 commit 2d6418c

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

@@ -69,6 +70,14 @@ code ~/Library/Application\ Support/Claude/claude_desktop_config.json
6970
pip install mcp-shell-server
7071
```
7172

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

7483
### Starting the Server

0 commit comments

Comments
 (0)