Skip to content
Back to search
30
MCP v1.2.0

Shell Exec

io.github.domdomegg/shell-exec-mcp

Execute bash commands with background job support.

Uptime
0.0%
16 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Shell
Integrates with the local shell environment to enable execution of system commands, file operations, and retrieval of system information for
0 tools
Background Job
Enables coding agents to execute long-running shell commands asynchronously with full process management capabilities.
0 tools
PowerShell Exec
Enables real-time execution of PowerShell scripts through a lightweight Python server, bridging AI tools with PowerShell functionality for d
0 tools
Secure Shell Executor
Provides a secure way to execute shell commands with robust validation, whitelisting, and timeout handling through an asyncio-powered Python
0 tools
mcp-background-job
MCP server for executing long-running shell commands asynchronously
0 tools
RealSSH
Executes remote shell commands over SSH connections for AI agents.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "shell_exec": {
      "url": "None",
      "transport": "http"
    }
  }
}