M
MCP Safeguard Skill
作者 @Li-Bailiang
Claude Code skill for MCP-Safeguard security scanning
创建于 6/5/2026
更新于 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
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/Li-Bailiang/mcp-safeguard-skill
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"li-bailiang-mcp-safeguard-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/Li-Bailiang/mcp-safeguard-skill"
]
}
}
}
作者服务器
其他服务器由 Li-Bailiang