Skip to content
Cursor

Operations Pulse for Cursor

org.openlyuseful/operations-pulse

Local-first operational pulses, durable ticket memory, and governed connection discovery.

client:Cursor transport:stdio runtime:npm

Install Operations Pulse in Cursor

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

{
  "mcpServers": {
    "operations-pulse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@openly-useful/operations-pulse-mcp"
      ]
    }
  }
}

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

Operations Pulse in other clients