Skip to content
Cursor

Deadlatch for Cursor

io.github.diabloluo/deadlatch

Local advisory pre-trade risk gate for agents. Never places orders.

client:Cursor transport:stdio runtime:pypi

Install Deadlatch in Cursor

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

{
  "mcpServers": {
    "deadlatch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "deadlatch"
      ]
    }
  }
}

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

Deadlatch in other clients