Описание
The Essential MCP Toolkit for Developers
README
The Essential MCP Toolkit for Developers
Don't install 10 different servers. Glee is the battery-included MCP toolkit that gives Claude superpowers:
- persistent memory
- AI code review
- session hooks
- Git forensics
- DB inspection
- background task delegation
Missing something? Open an issue. We ship fast.
Quick Start
# Install
uv tool install glee --python 3.13
# or: pipx install glee-code
# Initialize (registers MCP server with Claude Code)
glee init claude
# Restart Claude Code - done!
Tools
See Full MCP Service List for all 42 tools (11 implemented, 31 planned).
Memory
Persistent project memory that survives across sessions.
| Tool | Description |
|---|---|
glee.memory.add |
Store insights, decisions, context |
glee.memory.search |
Semantic search across memory |
glee.memory.overview |
Get project summary |
Code Review
Get a second opinion from another AI.
| Tool | Description |
|---|---|
glee.code_review |
Review code with configurable AI reviewer |
glee review src/api/ # Review a directory
glee review git:changes # Review uncommitted changes
Session Hooks
Automatic context management for Claude Code sessions.
- Session start: Injects relevant project context
- Session end: Summarizes and saves to memory
Status & Config
| Tool | Description |
|---|---|
glee.status |
Show project status |
glee.config.set |
Set configuration |
glee.config.unset |
Remove configuration |
CLI Commands
# Setup
glee init claude # Initialize project for Claude Code
glee connect status # Show connected providers
# Memory
glee memory overview # Show project memory
glee memory search <query> # Search memory
# Review
glee review <target> # Run code review
glee config set reviewer.primary codex
How It Works
glee init claude
├── Creates .glee/ directory
├── Creates .mcp.json (MCP server registration)
└── Creates .claude/settings.local.json (session hooks)
claude (start session)
└── Reads .mcp.json
└── Spawns `glee mcp` as MCP server
└── Claude now has glee.* tools
Configuration
# .glee/config.yml
project:
id: 550e8400-e29b-41d4-a716-446655440000
name: my-app
reviewers:
primary: codex
secondary: gemini
Roadmap
We're building more tools. Here's what's coming:
- Agent delegation — Hand off complex tasks to a background agent
- RAG tools — Cross-project knowledge base
- GitHub tools — PR reviews, issue tracking
- More integrations — What do you need?
Development
git clone https://github.com/GleeMCP/Glee
cd glee
uv sync
uv run glee --help
Why "Glee"?
A glee club is an ensemble — multiple voices singing in harmony. That's what this toolkit does: brings together memory, code review, and context tools to work as one.
Also, good tools should bring you joy.
Glee: The Essential MCP Toolkit for Developers
Установка Glee
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/GleeMCP/GleeFAQ
Glee MCP бесплатный?
Да, Glee MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Glee?
Нет, Glee работает без API-ключей и переменных окружения.
Glee — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Glee в Claude Desktop, Claude Code или Cursor?
Открой Glee на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Glee with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
