MAS GitHub Analyzer
FreeNot checkedProvides code auditing tools including repository cloning, AST analysis, security scanning with Semgrep, and LLM-powered code explanations via the Model Context
About
Provides code auditing tools including repository cloning, AST analysis, security scanning with Semgrep, and LLM-powered code explanations via the Model Context Protocol.
README
Formats d'intégration : Protocole MCP natif (stdio), API REST (FastAPI bridge), Dashboard React temps réel.
Un outil d'audit "Code-First" intégrant le Model Context Protocol (MCP), l'analyse syntaxique (AST), le scan de sécurité et l'observabilité. Cet outil clone un dépôt, expose des outils d'analyse via un serveur MCP, et les rend accessibles via un bridge FastAPI et un dashboard React.
Le Problème
Les audits de code "boîte noire" prennent un temps infini, reposent souvent sur des documentations obsolètes et ignorent les vulnérabilités cachées. Les LLMs manquent de structure pour analyser une base de code entière sans contexte, et l'intégration de multiples outils d'analyse statique dans un flux automatisé est complexe et fragmentée.
La Solution
Un outil d'audit "Code-First" qui combine l'analyse déterministe (AST via Tree-Sitter, Sécurité via Semgrep) et l'explication IA (LLM). L'ensemble des capacités est exposé nativement via le standard industriel Model Context Protocol (MCP) permettant à n'importe quel client MCP de l'exploiter. Un bridge FastAPI et un dashboard React sont ajoutés pour rendre le système testable et visuel instantanément. L'observabilité est garantie par OpenTelemetry.
Ce que ça prouve
| Compétence | Comment |
|---|---|
| Model Context Protocol (MCP) | Création d'un serveur natif exposant 4 outils standards utilisables par n'importe quel client MCP. |
| Analyse Syntaxique (AST) | Parsing déterministe au lieu d'expressions régulières fragiles via tree-sitter. |
| Security / DevSecOps | Intégration programmatique d'un scanner statique (Semgrep) dans une boucle d'analyse. |
| Observabilité (OpenTelemetry) | Instrumentation du code, tracing distribué, calcul de métriques (durée, compteurs) avec un FileSpanExporter custom. |
| Architecture Découplée | Le cœur MCP fonctionne en isolation, le bridge FastAPI le rend accessible au web, le Dashboard React le rend visuel. |
Stack
- Protocole : FastMCP
- Backend : Python 3.14 + FastAPI
- Analyse AST : Tree-Sitter
- Sécurité : Semgrep
- Observabilité : OpenTelemetry
- LLM : OpenAI (GPT-4o-mini)
- Frontend : React 19 + Vite + TypeScript
Architecture
flowchart TD
subgraph "Frontend"
UI[Dashboard React]
end
subgraph "API Bridge"
API[FastAPI Server]
end
subgraph "MCP Core & Tools"
MCP[Serveur FastMCP]
CLONE[Cloner Git]
AST[Tree-Sitter AST]
SEC[Semgrep Scanner]
LLM[Explainer LLM]
end
subgraph "Observability"
OTEL[OpenTelemetry Tracer]
LOG[(traces.jsonl)]
end
UI -->|HTTP REST| API
API --> CLONE
API --> AST
API --> SEC
API --> LLM
AST -.-> OTEL
SEC -.-> OTEL
CLONE -.-> OTEL
LLM -.-> OTEL
OTEL --> LOG
API -->|GET /traces| LOG
Installing MAS GitHub Analyzer
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/lewenbach228/MAS---GithubAnalyzerFAQ
Is MAS GitHub Analyzer MCP free?
Yes, MAS GitHub Analyzer MCP is free — one-click install via Unyly at no cost.
Does MAS GitHub Analyzer need an API key?
No, MAS GitHub Analyzer runs without API keys or environment variables.
Is MAS GitHub Analyzer hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install MAS GitHub Analyzer in Claude Desktop, Claude Code or Cursor?
Open MAS GitHub Analyzer 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 MAS GitHub Analyzer with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
