Security audits for MCP servers your AI agents trust - config scan, source-level deep scan, rug-pull watch
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpguard": {
"command": "npx",
"args": [
"-y",
"hoomicheal/mcpguard"
]
}
}
}
Run in terminal:
claude mcp add mcpguard npx -y hoomicheal/mcpguard
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpguard": {
"command": "npx",
"args": [
"-y",
"hoomicheal/mcpguard"
]
}
}
}