An MCP server exposing security tools (prompt-injection scan + CVE lookup/version-impact) that Claude calls directly. FastMCP, reuses cve-radar/prompt-guard logic.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"security-mcp": {
"command": "uvx",
"args": [
"security-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add security-mcp uvx security-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"security-mcp": {
"command": "uvx",
"args": [
"security-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install security-mcp