Skip to content
Cursor

murphys laws for Cursor

com.murphys-laws/murphys-laws

Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit.

client:Cursor transport:stdio runtime:npm

Install murphys laws in Cursor

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

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

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

murphys laws in other clients