Give hands to AI. MCP server to run shell commands securely, auditably, and on demand.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-shell": {
"command": "go",
"args": [
"run",
"github.com/sonirico/mcp-shell@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-shell go run github.com/sonirico/mcp-shell@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-shell": {
"command": "go",
"args": [
"run",
"github.com/sonirico/mcp-shell@latest"
]
}
}
}