Skip to content
Windsurf

Procm for Windsurf

io.github.coder-ka/procm-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Procm in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Procm in other clients