Database · MODEL CONTEXT PROTOCOL
mkusaka mcp shell server
mkusaka mcp shell server is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
mkusaka mcp shell server 为 AI Agent 提供什么
- Execute shell commands (single-line and multi-line support)
- Support for various shells (bash, zsh, fish, powershell, cmd, etc.)
- Detailed error handling and logging
- MCP Inspector compatible
- Open your Cline MCP settings file:
- macOS: `~/Library/Application Support/claude-code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`
- Windows: `%APPDATA%/claude-code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`
- Linux: `~/.config/claude-code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`
- Add the shell server MCP configuration:
- ALWAYS follow the tool call schema exactly as specified and make sure to provide all necessary parameters.
- **NEVER refer to tool names when speaking to me.** For example, instead of saying 'I need to use the shell_exec tool to run this command', just say 'I'll run that command for you'.
- Only use Shell tools when they are necessary. If my task is general or you already know the answer, just respond without calling tools.
- When I ask you to execute shell commands, use the appropriate tool to:
- Run single-line commands
- Run multi-line commands (using heredoc syntax when appropriate)
- Execute file operations, git commands, or system utilities
- Provide system information when relevant
- Always be careful with shell commands that might modify the system, and explain what the command will do before executing it.
- If a shell command produces an error, explain what went wrong in simple terms and suggest ways to fix it.
- `command` (string, required): The shell command to execute
- `workingDir` (string, optional): The working directory to execute the command in. Must be under $HOME.
- hostname
- platform
- shell
- username
- CPU count
- Total memory
- Free memory
- System uptime
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。