Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Repo Intelligence

БесплатноНе проверен

An MCP server that gives LLMs structured, read-only insight into local code repositories — directory tree, languages, dependencies, scripts, and config files.

GitHubEmbed

Описание

An MCP server that gives LLMs structured, read-only insight into local code repositories — directory tree, languages, dependencies, scripts, and config files.

README

An MCP server that gives LLMs structured, read-only insight into local code repositories — directory tree, languages, dependencies, scripts, and config files.

Resources

URI Description
repo://tree Directory tree (like tree command)
repo://languages Detected languages by file count
repo://dependencies Dependencies from package.json, requirements.txt, pyproject.toml
repo://scripts npm scripts and Makefile targets
repo://configs Detected config files (ESLint, Prettier, tsconfig, CI, etc.)

Setup

Requirements: Node.js ≥ 18

git clone https://github.com/georg-nikola/repo-intelligence-mcp
cd repo-intelligence-mcp
npm install
npm run build

Claude Code

claude mcp add repo-intelligence -- node /path/to/repo-intelligence-mcp/dist/server.js --repo /path/to/your/repo

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "repo-intelligence": {
      "command": "node",
      "args": ["/path/to/repo-intelligence-mcp/dist/server.js", "--repo", "/path/to/your/repo"]
    }
  }
}

Options

Flag Default Description
--repo cwd Path to the repository to analyze
--max-files 50000 Maximum files to scan
--max-depth 10 Maximum directory depth

Development

npm run dev          # run without build step
npm test             # run tests
npm run lint         # type-check

License

MIT

from github.com/georg-nikola/repo-intelligence-mcp

Установка Repo Intelligence

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/georg-nikola/repo-intelligence-mcp

FAQ

Repo Intelligence MCP бесплатный?

Да, Repo Intelligence MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Repo Intelligence?

Нет, Repo Intelligence работает без API-ключей и переменных окружения.

Repo Intelligence — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Repo Intelligence в Claude Desktop, Claude Code или Cursor?

Открой Repo Intelligence на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Repo Intelligence with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development