Skip to content
Cursor

SignalBrain for Cursor

io.github.whitestone1121-web/signalbrain

Verifiable receipts for governed process changes; emit, validate, and gate trust

client:Cursor transport:stdio runtime:pypi

Install SignalBrain in Cursor

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

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

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

SignalBrain in other clients