ghas-mcp-serverServer

rajbos
GitHub
GitHubSecurityMCP

Loading subscription status...

💡 Description

MCP server to make calls to GHAS for GitHub repositories. This server integrates with GitHub Advanced Security to load security alerts and bring them into your context. Supports Dependabot Security Alerts, Secret Scanning Alerts, Code Security Alerts.

📝 JSON Entries

{
  "mcpServers": [
    {
      "ghas-mcp-server": {
        "env": {
          "GITHUB_PERSONAL_ACCESS_TOKEN_USE_GHCLI": "true"
        },
        "args": [
          "-y",
          "@rajbos/ghas-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

list_dependabot_alertslist_secret_scanning_alertslist_code_scanning_alerts

Features

  • Integration with GitHub Advanced Security
  • Support for Dependabot Security Alerts
  • Support for Secret Scanning Alerts
  • Support for Code Security Alerts

💬 Example Queries

  • List all dependabot alerts for my GitHub repository.
  • Show all secret scanning alerts I have.
  • Fetch the code scanning alerts for my project.