MCP Server
Active
Apache-2.0
io.github.RudrenduPaul/skillguard MCP Server
io.github.RudrenduPaul/skillguard
What is the io.github.RudrenduPaul/skillguard MCP server?
Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.
How to install io.github.RudrenduPaul/skillguard
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"skillguard": {
"command": "uvx",
"args": [
"skillguard-cli",
"--from",
"skillguard-cli",
"skillguard",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"skillguard": {
"command": "uvx",
"args": [
"skillguard-cli",
"--from",
"skillguard-cli",
"skillguard",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"skillguard": {
"command": "uvx",
"args": [
"skillguard-cli",
"--from",
"skillguard-cli",
"skillguard",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"skillguard": {
"type": "stdio",
"command": "uvx",
"args": [
"skillguard-cli",
"--from",
"skillguard-cli",
"skillguard",
"mcp"
]
}
}
}Claude Code
claude mcp add skillguard -- uvx skillguard-cli --from skillguard-cli skillguard mcpRelated MCP servers
Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.
1
View repository →Python
Apache-2.0
Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.
1
View repository →Python
MIT
Traces which neurons and attention heads drive a language model's output via MCP tools.
1
View repository →Python
MIT
Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.
0
View repository →Python
Apache-2.0
AI agent observability with deterministic record/replay for debugging agent failures.
0
View repository →Python
Apache-2.0
Wraps the AgenticWorkspace CLI as a single generic MCP tool for repo workspace scans.
0
View repository →Python
Apache-2.0