Shell
Enables LLMs to execute shell commands and receive their output.
Acerca de
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.
Características Principales
- Returns command output (stdout and stderr)
- Configurable for Claude and Zed environments
- Executes shell commands
- Supports installation via uv or pip
- Provides command execution return code
- 0 GitHub stars
Casos de Uso
- Allow LLMs to retrieve file system information
- Facilitate LLM-driven scripting and automation
- Enable LLMs to automate system administration tasks