contrib-tools provides general code and tools for contributors to the CUE project.
Please file issues related to this repo at the main CUE issue
tracker using a
contrib-tools: subject prefix.
The cueckoo command includes an MCP server that exposes CUE project tools to AI
assistants like Claude Code. Available tools:
- gerrit_comments — fetch review comments from a GerritHub change
- trybot_result — fetch the latest trybot (CI) result for a GerritHub change
- guidance — return the latest common guidance for CUE project repos
- slack_thread — fetch a Slack thread from the CUE community workspace
- discord_thread — fetch a Discord thread from the CUE Discord server
Install cueckoo:
go install github.com/cue-lang/contrib-tools/cmd/cueckoo@latest
Add the MCP server to Claude Code:
claude mcp add --transport stdio --scope user cueckoo -- cueckoo mcp
Some tools have additional requirements:
gerrit_commentsandtrybot_resultusegit credentialfor GerritHub authenticationtrybot_resultrequires theghCLI to be installed and authenticatedslack_threadrequires theSLACK_TOKENenvironment variablediscord_threadrequires theDISCORD_TOKENenvironment variable