Command Palette

Search for a command to run...

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

MAS GitHub Analyzer

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

Provides code auditing tools including repository cloning, AST analysis, security scanning with Semgrep, and LLM-powered code explanations via the Model Context

GitHubEmbed

Описание

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

from github.com/lewenbach228/MAS---GithubAnalyzer

Установка MAS GitHub Analyzer

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

▸ github.com/lewenbach228/MAS---GithubAnalyzer

FAQ

MAS GitHub Analyzer MCP бесплатный?

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

Нужен ли API-ключ для MAS GitHub Analyzer?

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

MAS GitHub Analyzer — hosted или self-hosted?

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

Как установить MAS GitHub Analyzer в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare MAS GitHub Analyzer with

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

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

Автор?

Embed-бейдж для README

Похожее

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