Tldr
БесплатноНе проверенMCP server that exposes llm-tldr code analysis tools (tree, structure, context, search, impact, etc.) to MCP clients like Claude Code for project understanding
Описание
MCP server that exposes llm-tldr code analysis tools (tree, structure, context, search, impact, etc.) to MCP clients like Claude Code for project understanding and debugging.
README
MCP server that exposes https://github.com/parcadei/llm-tldr code analysis tools to Claude Code (or any MCP client).
Prerequisites
- Python 3.11+
tldrCLI installed and in your PATH (install instructions)
Setup
git clone https://github.com/YOUR_USER/mcp-tldr.git
cd mcp-tldr
python3 -m venv .venv
.venv/bin/pip install -e .
Add to Claude Code
Add this to your ~/.claude.json under mcpServers:
{
"mcpServers": {
"tldr": {
"type": "stdio",
"command": "/absolute/path/to/mcp-tldr/.venv/bin/python",
"args": ["server.py"],
"cwd": "/absolute/path/to/mcp-tldr"
}
}
}
Replace /absolute/path/to/mcp-tldr with the actual path where you cloned the repo.
Alternatively, if tldr is not in your PATH, set the TLDR_BIN environment variable:
{
"tldr": {
"type": "stdio",
"command": "/absolute/path/to/mcp-tldr/.venv/bin/python",
"args": ["server.py"],
"cwd": "/absolute/path/to/mcp-tldr",
"env": {
"TLDR_BIN": "/path/to/tldr"
}
}
}
Available Tools
| Tool | Description |
|---|---|
tldr_tree |
File tree of a project |
tldr_structure |
Code structure (classes, functions, imports) |
tldr_context |
LLM-ready context for a function/class |
tldr_search |
Pattern search across files |
tldr_impact |
Find all callers of a function |
tldr_calls |
Cross-file call graph |
tldr_semantic |
Natural language code search |
tldr_arch |
Detect architectural layers |
tldr_warm |
Pre-build cache for faster queries |
tldr_extract |
Full file analysis (classes, functions, methods) |
tldr_cfg |
Control flow graph for a function |
tldr_dfg |
Data flow graph for a function |
tldr_slice |
Program slice (what affects line X) |
tldr_dead |
Find unreachable/dead code |
tldr_imports |
Parse imports from a file |
tldr_importers |
Find all files importing a module |
tldr_change_impact |
Find tests affected by changes |
tldr_diagnostics |
Type-check and lint diagnostics |
Usage
After setup, restart Claude Code. The tools will be available automatically. Example prompts:
- "Use tldr_tree to show the structure of this project"
- "Use tldr_context to explain the
handleAuthfunction" - "Use tldr_impact to see what calls
processPayment"
Установка Tldr
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/BenMousaAmine/mcp-tldrFAQ
Tldr MCP бесплатный?
Да, Tldr MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Tldr?
Нет, Tldr работает без API-ключей и переменных окружения.
Tldr — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Tldr в Claude Desktop, Claude Code или Cursor?
Открой Tldr на 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 Tldr with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
