mcp scan that scans any mcp server for indirect attack vectors and security or configuration vulnerabilities
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ramparts": {
"command": "cargo",
"args": [
"run",
"--",
"ramparts"
]
}
}
}
Run in terminal:
claude mcp add ramparts cargo run -- ramparts
Add to .cursor/mcp.json:
{
"mcpServers": {
"ramparts": {
"command": "cargo",
"args": [
"run",
"--",
"ramparts"
]
}
}
}