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.
开发工具 分类下的更多 MCP 服务器
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
评论