Back to MCP Servers
Shell
🏎️ 🏠 🍎 🪟 🐧 Give hands to AI. MCP server to run shell commands securely, auditably, and on demand on isolated environments like docker.
coding-agentsdockerai
By sonirico
Installation
npx -y mcp-shellConfiguration
{
"mcpServers": {
"mcp-shell": {
"command": "npx",
"args": ["-y", "mcp-shell"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes