Skip to main content
Glama
georg-nikola

repo-intelligence-mcp

by georg-nikola

repo-intelligence-mcp

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.)

Related MCP server: LocalNest MCP

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that gives coding agents instant insight into any Git repository — no guessing, no hallucination.
    Last updated
    1
    52
    18
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A local-first MCP server that provides AI agents with safe codebase access through file discovery, hybrid lexical-semantic search, and project introspection. It features durable local memory and semantic indexing while keeping all data and processing entirely on your local machine.
    Last updated
    74
    61
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A read-only MCP server that lets a Claude chat explore your local repository and answer questions about it, returning synthesized answers with file:line references.
    Last updated
    3
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/georg-nikola/repo-intelligence-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server