Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • mcp-server-asana
  • MCP Server for Deep Research
  • MCP Sumo Logic Server
  • Xano MCP Server
  • Postman MCP Server
Back to MCP Servers
Repo Analyzer MCP Server

Repo Analyzer MCP Server

Public
ankur-1garg/mcp

Analyzes Git repositories locally via Model Context Protocol to detect languages, dependencies, monorepos, exposed ports, and offers detailed Dockerfile creation guidance with private repo support.

python
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with Repo Analyzer MCP Server

MCP Server

Unlock the full potential of Repo Analyzer MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Repo Analyzer MCP Server (Local)

An MCP server that analyzes Git repositories and provides Dockerfile creation guidance. Runs locally using stdio transport.

Features

  • Analyzes repository structure and dependencies
  • Detects primary programming language
  • Identifies exposed ports
  • Handles monorepo detection
  • Supports private GitHub repositories (with GITHUB_TOKEN)
  • Provides detailed Dockerfile recommendations

Prerequisites

  • Python >= 3.10
  • Git command-line tool in PATH
  • (Optional) GitHub Personal Access Token for private repos

Installation

  1. Create and activate a virtual environment:
python -m venv .venv source .venv/bin/activate # Linux/macOS # or .venv\Scripts\activate # Windows
  1. Install dependencies:
pip install -e .

Usage

With MCP Inspector

mcp-inspector python src/repo_analyzer_mcp/server.py

With VS Code / GitHub Copilot

Add to VS Code settings (JSON) or create .vscode/mcp.json:

{ "mcp.servers": { "repo-analyzer-local": { "type": "stdio", "command": "/path/to/venv/python", "args": ["/path/to/src/repo_analyzer_mcp/server.py"], "env": { "GITHUB_TOKEN": "${env:GITHUB_TOKEN}" }, "displayName": "Repo Analyzer (Local)" } } }

Replace /path/to/ with actual paths on your system.

Environment Variables

  • GITHUB_TOKEN: GitHub Personal Access Token (required for private repos)
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • mcp-server-asana
    mcp-server-asana

    Enables seamless interaction with Asana API via Model Context Protocol, providing advanced task, pro...

    22 tools
    Added May 30, 2025
  • MCP Server for Deep Research
    MCP Server for Deep Research

    Conduct comprehensive, structured research with a Model Context Protocol server that elaborates ques...

    Added May 30, 2025
  • MCP Sumo Logic Server
    MCP Sumo Logic Server

    Model Context Protocol server integrating with Sumo Logic API to perform customizable log searches w...

    Added May 30, 2025
  • Xano MCP Server
    Xano MCP Server

    Python-based Model Context Protocol server enabling AI assistants to securely interact with Xano ins...

    Added May 30, 2025
  • Postman MCP Server
    Postman MCP Server

    Enables running Postman collections via Newman through the Model Context Protocol, providing LLMs wi...

    1 tools
    Added May 30, 2025