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.
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:
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 READMEglee.memory.addStore insights, decisions, context
glee.memory.searchSemantic search across memory
glee.memory.overviewGet project summary
glee.code_reviewReview code with configurable AI reviewer
glee.statusShow project status
glee.config.setSet configuration
glee.config.unsetRemove configuration
Comparable tools
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 setupFor 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
Last updated · Auto-generated from public README + GitHub signals.