1. Conduid
  2. Developer Tools
  3. Guck
MCP server · Developer Tools

Guck

Review the agentic coding work in your branch with a GitHub-like review UI

Unclaimed MIT last commit 9 months ago devtools
63Good

Scored yesterday · breakdown

About Guck

Guck is an MCP server published by tuist in the Developer Tools category: review the agentic coding work in your branch with a GitHub-like review UI. It has been installed 0 times through Conduid.

The repository has 66 stars and 3 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx guck

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Guck

Powered by Claude · Grounded in docs

I know everything about Guck. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.7.1v1.7.1 · 7 Dec 2025📦 Dependency Updates (deps)** Bump golang.org/x/crypto from 0.21.0 to 0.45.0 (#24) ([9d7a0a1](9d7a0a152c747b852752b94f667f459a373788c4))
v1.7.0v1.7.0 · 7 Dec 2025🚀 Features Improve diff styling to match GitHub's design (#25) ([3041d0e](3041d0e7c1df02859139e2ac186367beab982f5b))
v1.6.0v1.6.0 · 6 Dec 2025📦 Dependency Updates (deps)** Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 (#23) ([5f28d31](5f28d31a8e572c3a47f2d90897c94896e0809734)) 🚀 Features Display uncommitted changes (staged and unstaged) (#22)…
v1.5.1v1.5.1 · 24 Nov 2025🐛 Bug Fixes Compare against remote tracking branch and merge-base (#19) ([e143e41](e143e41aaff7b4b979a3a590af25c3320c97ac5e))
v1.5.0v1.5.0 · 24 Nov 2025🚀 Features Apply syntax highlighting to added and deleted lines (#18) ([b232283](b232283714474c93108e66339000a7f895d70091))

README

Guck

All Contributors

A Git diff review tool with a web interface, inspired by GitHub's pull request UI. Guck runs as a background daemon that automatically starts when you enter a git repository.

Features

  • 🤖 Auto-start daemon - Automatically starts a server when you cd into a git repo
  • 🌐 Web-based interface - Review diffs in your browser with a GitHub-like UI
  • 📁 File-by-file diff viewing - Expand and review individual files
  • Mark files as viewed - Track your review progress
  • 💬 Inline comments - Add comments to specific lines of code
  • 💾 Persistent state - Remembers what you've reviewed using XDG conventions
  • 🎨 GitHub-inspired dark theme - Familiar and easy on the eyes
  • Built with Go - Fast, simple, and efficient
  • 🔌 Automatic port allocation - Each repository gets its own port
  • 🤖 MCP Server Integration - Allows LLMs like Claude to query and resolve review comments

Quick Start

Installation

# Using mise (recommended)
mise use -g github:tuist/guck@latest

# Or download from releases
# https://github.com/tuist/guck/releases

Setup

Add to your shell configuration (~/.bashrc, ~/.zshrc, etc.):

eval "$(guck init)"

Usage

cd /path/to/your/repo  # Daemon starts automatically
guck                   # Opens browser to review diffs

MCP Integration with Claude Code

Add to your Claude Desktop configuration:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "guck": {
      "command": "/path/to/guck",
      "args": ["mcp"]
    }
  }
}

Restart Claude Code, and you can ask Claude to:

  • "List all unresolved comments in this repository"
  • "Show me comments on main.go"
  • "Resolve comment with ID xyz"

Documentation

For comprehensive documentation, see docs/README.md:

Common Commands

# Daemon management
guck daemon start      # Start daemon manually
guck daemon stop       # Stop current repo's daemon
guck daemon list       # List all running daemons
guck daemon stop-all   # Stop all daemons

# Configuration
guck config set base-branch develop
guck config show

How It Works

  1. Shell Integration: Automatically starts a server when you cd into a git repository
  2. Daemon Management: Each repository gets its own background server with a unique port
  3. Web Interface: Review diffs in your browser, mark files as viewed, add inline comments
  4. State Persistence: Everything is saved locally and associated with repo/branch/commit
  5. MCP Integration: LLMs like Claude can query and resolve comments through the MCP protocol

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Guck

How do I install Guck?

Run npx guck, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Guck safe to use with an AI agent?

Its trust score is 63 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Guck still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.