shell-command-mcp

0.0.1 • Public • Published

shell-command-mcp

MCP server for executing shell commands.

This project is sponsored by ChatWise, an all-in-one LLM chatbot with first-class MCP support.

Usage

Configure manually

# stdio server
npx -y shell-command-mcp

JSON config

{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": ["-y", "shell-command-mcp"],
      "env": {
        "ALLOWED_COMMANDS": "cat,ls,echo"
      }
    }
  }
}

Allowed commands

Use ALLOWED_COMMANDS environment variable to explictly allow the commands that this server can run, separate each command by ,. You can use * to allow any command, but this is potentially dangerous.

License

MIT.

/shell-command-mcp/

    Package Sidebar

    Install

    npm i shell-command-mcp

    Weekly Downloads

    66

    Version

    0.0.1

    License

    none

    Unpacked Size

    2.99 kB

    Total Files

    4

    Last publish

    Collaborators

    • egoist