MCP.so
ログイン
S

Shell Mcp Server

@ZHAN2006

Shell Mcp Server について

概要はまだありません

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

ZHAN2006

投稿者

zhan

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "shell-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "shell-mcp-server"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Shell Mcp Server?

Shell Mcp Server is an MCP (Model Context Protocol) server that allows you to execute shell commands. It supports multiple terminal types (cmd, PowerShell) and is built on the MCP SDK. Designed for developers and AI agents needing command execution via the MCP protocol.

How to use Shell Mcp Server?

You can run it directly with npx -y shell-mcp-server, install it globally (npm install -g shell-mcp-server and run shell-mcp-server), or add it as a project dependency. For MCP client configuration, use the provided JSON to point to the server. Programmatically, import startServer and call it with options like port.

Key features of Shell Mcp Server

  • Securely executes shell commands
  • Supports cmd and PowerShell terminals
  • Built on the Model Context Protocol SDK
  • One‑command run via npx
  • Configurable as an MCP server

Use cases of Shell Mcp Server

  • Run system commands from an MCP‑enabled AI agent
  • Integrate shell operations into MCP workflows
  • Provide a command‑line interface as an MCP tool
  • Automate terminal tasks through MCP clients

FAQ from Shell Mcp Server

What is the main purpose of Shell Mcp Server?

It lets MCP clients execute shell commands safely, supporting different terminal environments like cmd and PowerShell.

Can I use it without installing Node.js?

No, because it is distributed via npm and runs on Node.js. You need Node.js to run npx or to install the package.

How do I configure it for my MCP client?

Add the following JSON to your mcpServers configuration:

{ "mcpServers": { "shell-mcp-server": { "command": "npx", "args": ["-y", "shell-mcp-server"] } } }

What transport protocol does it use?

The README does not specify the transport; it simply uses the MCP SDK’s default server setup.

Can I restrict which commands can be executed?

The README only states “safe execution of shell commands” but provides no details on restrictions or sandboxing.

コメント

「開発者ツール」の他のコンテンツ