adversarial security testing for MCP servers and agentic tool surfaces. built in rust.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fuzzd": {
"command": "npx",
"args": [
"-y",
"ksek87/fuzzd"
]
}
}
}
Run in terminal:
claude mcp add fuzzd npx -y ksek87/fuzzd
Add to .cursor/mcp.json:
{
"mcpServers": {
"fuzzd": {
"command": "npx",
"args": [
"-y",
"ksek87/fuzzd"
]
}
}
}