Shell Command MCP Server provides a secure environment for executing shell commands within a Docker container, offering isolation from the host system. Developed by Nakamura Kazutaka, this TypeScript implementation uses the MCP SDK to expose a single tool that allows running any bash command with configurable working directory, environment variables, and timeout settings. The server runs as a non-root user in the container and includes Kubernetes tools (kubectl, helm, kustomize, k9s), making it particularly useful for DevOps workflows, infrastructure management, and secure command execution in AI-assisted development environments.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Execute a shell script synchronously, waiting for the command to complete before returning output.
Execute a shell script asynchronously, with different notification modes for command output.