tribunal for VS Code
io.github.thebotclub/tribunal
Tribunal — Enterprise Claude Code plugin. TDD enforcement, quality gates, vault of rules and agents.
client:VS Code
transport:stdio
runtime:npm
Install tribunal in VS Code
.vscode/mcp.json
{
"servers": {
"tribunal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tribunal"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs