rajbos_ghas-mcp-server

rajbos_ghas-mcp-server

3.2

If you are the rightful owner of rajbos_ghas-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server to make calls to GHAS for GitHub repositories.

The ghas-mcp-server is a Model Context Protocol (MCP) server designed to interface with GitHub Advanced Security (GHAS) for managing security alerts in GitHub repositories. It provides tools to list various types of security alerts, such as dependabot, secret scanning, and code scanning alerts. The server is designed to be integrated with Visual Studio Code (VS Code) and VS Code Insiders, allowing developers to manage security alerts directly from their development environment. The server requires specific GitHub scopes to be added to the Personal Access Token (PAT) for proper functionality. It supports authentication via the GitHub CLI, providing a secure alternative to storing PATs. The server is open for contributions, encouraging developers to enhance its capabilities by adding new tools or improving existing ones.

Features

  • Integration with GitHub Advanced Security for managing security alerts.
  • Support for listing dependabot, secret scanning, and code scanning alerts.
  • Secure authentication using GitHub CLI.
  • Easy installation and configuration in VS Code and VS Code Insiders.
  • Open for community contributions and enhancements.

Tools

  1. list_dependabot_alerts

    List all dependabot alerts for a repository

  2. list_secret_scanning_alerts

    List all secret scanning alerts for a repository

  3. list_code_scanning_alerts

    List all code scanning alerts for a repository