Enables LLMs to execute shell commands and receive their output.
Sponsored
Provides a Model Context Protocol (MCP) server that allows Large Language Models (LLMs) to execute shell commands on the underlying system and receive the output in a structured format. This server facilitates interaction between LLMs and the operating system, enabling automation and dynamic data retrieval. It allows LLMs to perform tasks such as file system navigation, running system utilities, and executing custom scripts.
Key Features
01Returns command output (stdout and stderr)
02Configurable for Claude and Zed environments
03Executes shell commands
04Supports installation via uv or pip
05Provides command execution return code
060 GitHub stars
Use Cases
01Allow LLMs to retrieve file system information
02Facilitate LLM-driven scripting and automation
03Enable LLMs to automate system administration tasks