egoist

shell-command-mcp

Community egoist
Updated

MCP server for running shell commands

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": {
    "shell-command": {
      "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.

MCP Server · Populars

MCP Server · New

    Coolver

    HA Vibecode Agent - Home Assistant Add-on

    Home Assistant MCP server agent. Enable Cursor, VS Code, Claude Code, or any MCP-enabled IDE to help you vibe-code and manage Home Assistant: create and debug automations, design dashboards, tweak themes, modify configs, and deploy changes using natural language

    Community Coolver
    CometixAI

    cometix-indexer

    A MCP built from Cursor Codebase Indexer

    Community CometixAI
    IBM

    MCP Gateway

    A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).

    Community IBM
    olafgeibig

    knowledge-mcp: Specialized Knowledge Bases for AI Agents

    A MCP server that is a locally running knowledge base with a hybrid vector and graph RAG engine using LightRAG

    Community olafgeibig
    BIGPPWONG

    EdgeBox - The Local Desktop Sandbox for AI Agents

    A fully-featured, GUI-powered local LLM Agent sandbox with complete MCP protocol support. Features both CLI and full desktop environment, enabling AI agents to operate browsers, terminal, and other desktop applications just like humans. Based on E2B oss code.

    Community BIGPPWONG