ProcExecMCP

hoyt-harness/ProcExecMCP
★ 1 stars Python Code/Dev Tools Updated today
Minimal, security-focused process execution and management MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "procexecmcp": {
      "command": "uvx",
      "args": [
        "procexecmcp"
      ]
    }
  }
}

Or install with pip: pip install procexecmcp

README Excerpt

**Stateless command execution and process management MCP server for Claude** ProcExecMCP enables Claude (acting in an architectural role) to search code content, execute commands, monitor processes, and terminate processes. The server exposes 4 MCP tools using FastMCP with Python 3.11+, psutil for cross-platform process management, and system ripgrep for file content search.

Tools (1)

mcpServers