Skip to content
Cursor

Procm for Cursor

io.github.coder-ka/procm-mcp

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

client:Cursor transport:stdio runtime:npm

Install Procm in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Procm in other clients