Skip to content

cue-lang/contrib-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contrib-tools

contrib-tools provides general code and tools for contributors to the CUE project.

Issues

Please file issues related to this repo at the main CUE issue tracker using a contrib-tools: subject prefix.

cueckoo MCP server

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

Setup

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_comments and trybot_result use git credential for GerritHub authentication
  • trybot_result requires the gh CLI to be installed and authenticated
  • slack_thread requires the SLACK_TOKEN environment variable
  • discord_thread requires the DISCORD_TOKEN environment variable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors