Skip to content
Cursor

tribunal for Cursor

io.github.thebotclub/tribunal

Tribunal — Enterprise Claude Code plugin. TDD enforcement, quality gates, vault of rules and agents.

client:Cursor transport:stdio runtime:npm

Install tribunal in Cursor

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

{
  "mcpServers": {
    "tribunal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tribunal"
      ]
    }
  }
}

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

tribunal in other clients