A Model Context Protocol server that exposes a tool to execute shell commands on the host machine, with customizable working directory and timeout.
{
"mcpServers": {
"shellserver": {
"command": "uvx",
"args": [
"shellserver"
]
}
}
}