Odel
Procm

Procm

Local
@coder-ka5JavaScriptUpdated 3mo ago

A Model Context Protocol (MCP) server for process management.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmprocm-mcpv0.0.43

Run

npx -y procm-mcp

MCP client config

{
  "mcpServers": {
    "procm": {
      "command": "npx",
      "args": [
        "-y",
        "procm-mcp"
      ]
    }
  }
}