Servers
cmd-line-executor MCP server
@MarkusPfundstein
Experimental MCP server to execute command line commands
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cmd-line-executor-MCP": {
"command": "uv",
"args": [
"sync"
]
}
}
}