shell-command-mcp
@egoist
shell-command-mcp について
MCP server for executing shell commands.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"shell-command-mcp": {
"command": "npx",
"args": [
"-y",
"shell-command-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is shell-command-mcp?
shell-command-mcp is an MCP server for executing shell commands, sponsored by ChatWise.
How to use shell-command-mcp?
Configure the server via JSON using the command npx -y shell-command-mcp. Use the ALLOWED_COMMANDS environment variable to explicitly allow commands (comma-separated) or * to allow any command.
Key features of shell-command-mcp
- Executes shell commands via an MCP server.
- Restricts commands using the
ALLOWED_COMMANDSenvironment variable. - Supports wildcard
*to allow any command (potentially dangerous). - Sponsored by ChatWise.
- Simple stdio-based transport.
Use cases of shell-command-mcp
- Allowing an LLM to run basic shell commands like
ls,cat, andecho. - Integrating shell command execution into MCP-compatible applications.
FAQ from shell-command-mcp
What does shell-command-mcp do?
It is an MCP server for executing shell commands.
How can I restrict which commands are allowed?
Set the ALLOWED_COMMANDS environment variable with a comma-separated list of allowed commands. Use * to allow any.
Is it safe to allow all commands?
Allowing all commands with * is potentially dangerous.
How do I run shell-command-mcp?
Execute npx -y shell-command-mcp from the command line. You can also configure it in a JSON configuration file under mcpServers.
「開発者ツール」の他のコンテンツ
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
test
prysmaticlabsGo implementation of Ethereum proof of stake
コメント