GitHub Action for MCP Shield AI — privacy-first MCP server security scanner. Wraps the mcp-shield CLI for use in CI/CD pipelines.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-shield-action npx -y takumitrader-netizen/mcp-shield-action
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-shield-action": {
"command": "npx",
"args": [
"-y",
"takumitrader-netizen/mcp-shield-action"
]
}
}
}