kdspaul/command-runner-mcp-server
Define commands as tools in this MCP server. Useful if you want a stronger guardrails compared to a simple command allowlist
Platform-specific configuration:
{
"mcpServers": {
"command-runner-mcp-server": {
"command": "npx",
"args": [
"-y",
"command-runner-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...