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.
Execute shell commands securely over MCP for controlled dev and ops workflows.
Give MCP agents direct local access to files, Python, Node.js, and shell.
Learn shell execution, MCP tools, resources, and security risks with this example server.
Execute shell commands for automation, DevOps tasks, and developer workflows.
Extend an MCP server with JavaScript tools and safer command execution.
Remotely control Linux and network devices with session management and file transfer.