Skip to content
Cursor

mcp process for Cursor

io.github.digital-defiance/mcp-process

Process management and monitoring for AI agents with strict security boundaries

client:Cursor transport:stdio runtime:npm

Install mcp process in Cursor

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

{
  "mcpServers": {
    "mcp-process": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-process"
      ]
    }
  }
}

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

mcp process in other clients