MCP Catalogs
Home

Glee

by GleeMCP·3·Score 35

Glee is an MCP toolkit providing memory, code review, and context tools for developers to enhance Claude's capabilities.

developer-toolsai-llmproductivity
0
Forks
0
Open issues
4 mo ago
Last commit
2d ago
Indexed

Overview

Glee is a comprehensive MCP toolkit designed to extend Claude's functionality with persistent memory, AI code review capabilities, session hooks, Git forensics, database inspection, and background task delegation. The toolkit offers 42 tools with 11 currently implemented and 31 planned, providing developers with a unified solution that reduces the need for multiple individual servers. It integrates seamlessly with Claude Code through simple initialization commands.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Adding persistent project memory that survives across Claude sessions
you:Automatically reviewing code with configurable AI reviewers
you:Managing project context with session hooks
you:Performing Git forensics and change analysis
you:How many tools are available in Glee?
you:Which AI models can be used for code review?

When to choose this

Choose Glee when you want a comprehensive, all-in-one MCP toolkit for memory management, code review, and session hooks without needing multiple servers.

When NOT to choose this

Avoid Glee if you need highly specialized tools not covered by its current 11 implemented features or require more stable documentation as it's still in active development.

Tools this server exposes

7 tools extracted from the README
  • glee.memory.add

    Store insights, decisions, context

  • glee.memory.search

    Semantic search across memory

  • glee.memory.overview

    Get project summary

  • glee.code_review

    Review code with configurable AI reviewer

  • glee.status

    Show project status

  • glee.config.set

    Set configuration

  • glee.config.unset

    Remove configuration

Comparable tools

nexusmcp-server-templatemcp-x

Installation

# Install using uv
uv tool install glee --python 3.13

# Or using pipx
pipx install glee-code

# Initialize for Claude Code
glee init claude

# Restart Claude Code to complete setup

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "glee": {
      "command": "glee",
      "args": ["mcp"]
    }
  }
}

FAQ

How many tools are available in Glee?
Glee provides 42 tools total, with 11 currently implemented and 31 planned for future releases.
Which AI models can be used for code review?
Glee supports configuring reviewers, with examples including 'codex' and 'gemini' as shown in the configuration documentation.

Compare Glee with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.