MCP Skill Sec Server
Rank #16,165io.github.sudo-ai-git/mcp-skill-sec
Audit agent skills/prompts against 8 supply-chain attack patterns. Deterministic, no-LLM scanner.
MCP Skill Sec Server is a Model Context Protocol (MCP) server published by sudo-ai-git. It ranks #16,165 of 115,591 servers tracked on MCP Toplist. MCP Skill Sec Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 99,426 of 115,591 servers on MCP Toplist.
Use MCP Skill Sec Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-skill-sec -- uvx mcp-skill-sec[mcp_servers.mcp-skill-sec]
command = "uvx"
args = ["mcp-skill-sec"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-skill-sec": {
"command": "uvx",
"args": [
"mcp-skill-sec"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-skill-sec": {
"command": "uvx",
"args": [
"mcp-skill-sec"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-skill-sec": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-skill-sec"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-skill-sec": {
"command": "uvx",
"args": [
"mcp-skill-sec"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-skill-sec": {
"command": "uvx",
"args": [
"mcp-skill-sec"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sudo-ai-git%2Fmcp-skill-sec)<a href="https://mcptoplist.com/server/io.github.sudo-ai-git%2Fmcp-skill-sec"><img src="https://mcptoplist.com/badge/io.github.sudo-ai-git%2Fmcp-skill-sec.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sudo-ai-git
Other servers by sudo-ai-git
- MCP Benchmark Hygiene Server#17,422 · 1 ver
- MCP Verify Claim Server#17,816 · 1 ver
- MCP Secret Scrub Server#39,216 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains MCP Skill Sec Server?
- MCP Skill Sec Server is maintained by sudo-ai-git, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is MCP Skill Sec Server listed on the Official MCP Registry?
- Yes — MCP Skill Sec Server is listed on the Official MCP Registry.
- How many versions does MCP Skill Sec Server have?
- MCP Toplist tracks 1 version of MCP Skill Sec Server, most recently published on Aug 27, 2026.
- Where can I find the source code for MCP Skill Sec Server?
- The source code for MCP Skill Sec Server is hosted at github.com/sudo-ai-git/mcp-skill-sec.