github-security

stdio

Used by 1 plugin

Installs security-guardian, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub latestaiagents/agent-skills --plugin security-guardian
Description

GitHub Security features - Dependabot, code scanning

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "github-security": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic/mcp-github"
      ],
      "env": {
        "GITHUB_TOKEN": "${GITHUB_TOKEN}"
      }
    }
  }
}

Replace placeholder values for: GITHUB_TOKEN

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
npx
Access Level
write
Arguments
-y@anthropic/mcp-github
Environment Variables
GITHUB_TOKEN=${GITHUB_TOKEN}
Required Secrets
GITHUB_TOKEN