Map shell commands into standard MCP tools with single-file YAML specs.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "shell-as-mcp" yet — see the docs or source repo.
Generate a YAML spec for an MCP tool named get_git_status. It should run the shell command git status --short, return the short status of the current repository, and include the tool name, description, input parameters, and output description.
A ready-to-use YAML configuration that maps the git status command into a standard MCP tool.
Design a shell-as-mcp YAML tool called log_search that accepts two parameters: a keyword and a log file path. It should run grep and return matching lines. Also include parameter validation and error-handling suggestions.
A YAML tool spec with parameter definitions, command template, and error-handling guidance.
I want to package the shell command df -h as an MCP tool. Please output a YAML spec and explain suitable use cases and how the returned results should be structured.
An MCP YAML configuration for disk usage checks, plus notes on use cases and output structure.
Enables secure local development with files, shell, editing, and persistent sessions.
Execute shell commands securely over MCP for controlled dev and ops workflows.
Safely run whitelisted shell commands with timeouts, pipelines, and audit logs.
Extend an MCP server with JavaScript tools and safer command execution.
Provides full Termux shell access for file editing and automation.
Run macOS shell commands with sessions, background jobs, caching, and semantic search.