Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by egoist • Tools & CLI
A lightweight MCP server that runs configured shell commands for agents and automation workflows.
Run simple filesystem commands (ls, cat, echo) within a controlled environment to read files or list directories.
Execute short shell utilities or scripts via MCP while restricting available operations using a whitelist (ALLOWED_COMMANDS).
A minimal bridge to the local shell or container runtime for automation tasks and debugging, launched easily with npx or JSON config.
This project provides an MCP (Message Communication Protocol) server that executes shell commands, either as a stdio server or via a JSON-configured subprocess. It can be launched with npx or defined in a config with command, args, and environment settings. Security is handled by an ALLOWED_COMMANDS environment variable to whitelist permitted commands (with '*' allowed but discouraged). It is licensed MIT and is suitable for integrating simple shell operations into agent workflows.
Execute a shell command
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.