M
MCP Safeguard Skill
by @Li-Bailiang
Claude Code skill for MCP-Safeguard security scanning
Created 6/5/2026
Updated about 5 hours ago
README
Repository documentation and setup instructions
MCP-Safeguard Skill
Claude Code skill for using MCP-Safeguard to scan Model Context Protocol (MCP) servers, explain findings, suggest minimal fixes, and add CI security gates.
The skill uses the published npm package @mcp-safeguard/cli. It does not
reimplement the scanner.
Install
Project skill
From the root of a project where you want Claude Code to use the skill:
git clone https://github.com/Li-Bailiang/mcp-safeguard-skill .claude/skills/mcp-safeguard
Personal skill
Windows PowerShell:
git clone https://github.com/Li-Bailiang/mcp-safeguard-skill "$env:USERPROFILE\.claude\skills\mcp-safeguard"
macOS/Linux:
git clone https://github.com/Li-Bailiang/mcp-safeguard-skill ~/.claude/skills/mcp-safeguard
Use
Ask Claude Code to use the skill, for example:
Use the mcp-safeguard skill to scan this MCP server and explain the findings.
or:
Use the mcp-safeguard skill to add GitHub Actions security scanning to this repository.
Contents
SKILL.md- Claude Code skill instructions.references/ci-examples.md- GitHub Actions examples.references/remediation-guide.md- Triage and remediation notes by finding category.
Related
- Scanner repository: https://github.com/Li-Bailiang/mcp-safeguard
- npm package: https://www.npmjs.com/package/@mcp-safeguard/cli
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/Li-Bailiang/mcp-safeguard-skill
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"li-bailiang-mcp-safeguard-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/Li-Bailiang/mcp-safeguard-skill"
]
}
}
}
Author Servers
Other servers by Li-Bailiang