Skip to main content
Glama
jmass-ggg

GitHub Security Analyzer — MCP

by jmass-ggg

GitHub Security Analyzer — MCP

Ein KI-gestützter GitHub-Sicherheitsscanner. Melde dich mit deinem GitHub-Konto an, gib einen Repo-Namen ein, und die KI scannt jede Datei auf offengelegte Geheimnisse wie API-Schlüssel, Passwörter und Tokens – und gibt dir dann einen vollständigen Bericht mit dem, was du beheben solltest.


So funktioniert es

1. Login with GitHub (OAuth)
        ↓
   .github_token saved locally
        ↓
2. Run the agent
        ↓
   You type a repo name
        ↓
3. AI calls deep_security_scan tool
        ↓
   Fetches every file from the repo via GitHub API
        ↓
   Scans each file with 16 secret patterns (regex)
        ↓
4. AI reads the results and writes a report
        ↓
   Tells you what was found, which file, which line, and how to fix it

Related MCP server: github-security-mcp

Projektstruktur

├── login.py          # GitHub OAuth login — saves token to .github_token
├── github_client.py  # Wrapper around GitHub API calls
├── server.py         # MCP tools (list repos, scan files, read code, etc.)
├── agent.py          # AI agent loop — uses OpenRouter to run the scanner
├── requirements.txt  # Python dependencies
└── .env              # Your credentials (never commit this)

Einrichtung

1. Erstelle eine .env-Datei:

GITHUB_CLIENT_ID=your_github_app_client_id
GITHUB_CLIENT_SECRET=your_github_app_client_secret
FLASK_SECRET_KEY=any_random_string
OPENROUTER_API_KEY=your_openrouter_key

2. Abhängigkeiten installieren:

pip install -r requirements.txt

3. Mit GitHub anmelden:

python login.py

Öffne http://127.0.0.1:5000 → klicke auf „Login with Github" → autorisiere → fertig. Dadurch wird dein Token in .github_token gespeichert. Das musst du nur einmal tun.


Ausführung

Option A – KI-Agent (Terminal)

python agent.py

Gib einen Repo-Namen ein, wenn du dazu aufgefordert wirst. Die KI scannt ihn und gibt einen vollständigen Sicherheitsbericht aus.

Option B – MCP-Server (für Claude Desktop oder jeden MCP-Client)

mcp dev server.py

Wonach gescannt wird

Geheimnistyp

Beispielmuster

AWS-Zugriffsschlüssel

AKIA...

GitHub-Token

ghp_...

Google-API-Schlüssel

AIza...

Stripe-Schlüssel

sk_live_...

Datenbank-URLs

postgres://benutzer:passwort@host

Allgemeine Passwörter

password = "..."

Private Schlüssel

-----BEGIN RSA PRIVATE KEY-----

Bearer-Tokens

Authorization: Bearer ...

Slack-/Twilio-/SendGrid-Tokens

verschiedene Muster


Verfügbare MCP-Tools

Tool

Was es tut

list_repositories

Listet alle deine GitHub-Repos auf

repository_details

Ruft Details zu einem bestimmten Repo ab

read_file

Liest Quellcode aus einer Datei

issues

Listet offene GitHub-Issues auf

code_change_summary

Ruft aktuelle Commit-Nachrichten ab

security_scan

Schneller Scan von Dateinamen auf sensible Wörter

deep_security_scan

Vollständiger Inhalts-Scan aller Dateien auf Geheimnisse


Wichtig

  • Committe niemals .github_token oder .env – beide sind in .gitignore

  • Falls du dein Token versehentlich gepusht hast, widerrufe es sofort unter https://github.com/settings/tokens

F
license - not found
Not graded
quality - not tested
C
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
    Not graded
    maintenance
    Enterprise-grade MCP (Model Context Protocol) server for detecting secrets and sensitive information in GitHub repositories. Scans for 35+ types of secrets including API keys, passwords, tokens, and credentials with production-ready reliability features.
    5
    0
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that enables AI agents to perform comprehensive GitHub security audits across org settings, repositories, Actions workflows, secrets, supply chain, and access control using 39 tools and 45 checks.
    39
    521
    12
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server for AI security analysis, enabling vulnerability scanning, sensitive information leak detection, and GitHub code leak monitoring via 48 tools.
    MIT

View all related MCP servers

Related MCP Connectors

  • Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

  • Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

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/jmass-ggg/Github-Security-analyze-MCP'

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