ghas-mcp-server

ghas-mcp-server

5

The ghas-mcp-server is a Model Context Protocol server designed to work with GitHub's Advanced Security (GHAS) tools. It provides capabilities to list dependabot, secret scanning, and code scanning alerts for GitHub repositories.

ghas-mcp-server

An MCP server to facilitate interactions with GitHub’s Advanced Security (GHAS) through various tools.

Features

  • list_dependabot_alerts: Retrieves a list of all dependabot alerts for a GitHub repository.
  • list_secret_scanning_alerts: Lists all secret scanning alerts for a repository.
  • list_code_scanning_alerts: Lists all code scanning alerts for a repository.

Installation

  • Install the server in Visual Studio Code or VS Code Insiders using provided links to vscode.dev and insiders.vscode.dev.

Authentication

  • Users can authenticate using a GitHub Personal Access Token or through the authenticated GitHub CLI.

Contributing

  • Contributions are encouraged, and users can suggest new tools or improvements by opening an issue or submitting a pull request.