Skip to content
Grok

Deadlatch for Grok

io.github.diabloluo/deadlatch

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

client:Grok transport:stdio runtime:pypi

Install Deadlatch in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Deadlatch in other clients