tumf/mcp-shell-server
A secure shell command execution server implementing the Model Context Protocol (MCP)
Quick Start
Clone the repository:
git clone https://github.com/tumf/mcp-shell-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-shell-server": {
"command": "npx",
"args": [
"-y",
"tumf/mcp-shell-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.