Repo Intelligence
FreeNot checkedAn MCP server that gives LLMs structured, read-only insight into local code repositories — directory tree, languages, dependencies, scripts, and config files.
About
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
Installing Repo Intelligence
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/georg-nikola/repo-intelligence-mcpFAQ
Is Repo Intelligence MCP free?
Yes, Repo Intelligence MCP is free — one-click install via Unyly at no cost.
Does Repo Intelligence need an API key?
No, Repo Intelligence runs without API keys or environment variables.
Is Repo Intelligence hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Repo Intelligence in Claude Desktop, Claude Code or Cursor?
Open Repo Intelligence on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by 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
by mcpdotdirectCompare Repo Intelligence with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
