Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by deepsuthar496 • DevOps & CI/CD
A cross-platform MCP server that executes arbitrary shell commands on the host machine and normalizes platform differences for remote automation.
Run maintenance or diagnostic system commands remotely (e.g., systeminfo, uname -a, ps/tasklist) across Windows and Unix hosts.
Perform development or CI tasks inside a repository such as git operations, npm installs, and other build commands with a specified working directory.
Inspect or manipulate files, processes, services, or network state on a host machine (e.g., ls/dir, netstat, systemctl/sc query).
This MCP server exposes a single tool to run any valid shell command on the host OS, automatically handling differences between Windows and Unix-like shells. It supports specifying a working directory, streams stdout/stderr, and includes platform-specific shell selection and command translations (e.g., ls ↔ dir). The server is useful for automating system, package manager, git, file, network, and service tasks from an agent via the MCP protocol. Security guidance is provided in the README to help restrict and validate command execution.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.