Community MCP Server: g0t4/mcp-server-commands
Tools are for LLMs to request. Claude Sonnet 3.5 intelligently uses run_command. And, initial testing shows promising results with Groq Desktop with MCP and llama4 models.
Currently, just one command to rule them all!
run_command - run a command, i.e. hostname or ls -al or echo "hello world" etc
STDOUT and STDERR as textstdin parameter means your LLM can
stdin to commands l...