Skip to main content
Coding AgentsUnknown

tumf/mcp-shell-server

A secure shell command execution server implementing the Model Context Protocol (MCP)

coding-agents
Share:

Quick Start

Clone the repository:

git clone https://github.com/tumf/mcp-shell-server

Claude 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.

Details

Category
Coding Agents
Language
Unknown
Author
tumf