mcp-shield-action

takumitrader-netizen/mcp-shield-action
★ 0 stars Unknown language 🔒 Security Updated today
GitHub Action for MCP Shield AI — privacy-first MCP server security scanner. Wraps the mcp-shield CLI for use in CI/CD pipelines.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-shield-action": {
      "command": "npx",
      "args": [
        "-y",
        "takumitrader-netizen/mcp-shield-action"
      ]
    }
  }
}