Developer Tools
Trust: 37/100 (Limited)io.github.mrorigo/bash-command-mcp Guide
Sophisticated bash command MCP server that runs and manages shell execution.
1 starsby mrorigo
Quick Start
Install
npx bash-command-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mrorigo-bash-command-mcp": {
"command": "npx",
"args": [
"bash-command-mcp"
]
}
}
}