What is the Dredd MCP MCP server?
Pre-flight MCP security. Blocks compromised deps + tool drift. HMAC-signed. Dredd judges.
How to install Dredd MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"dredd-mcp": {
"url": "https://analytics.dugganusa.com/api/v1/dredd/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dredd-mcp": {
"serverUrl": "https://analytics.dugganusa.com/api/v1/dredd/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dredd-mcp": {
"type": "http",
"url": "https://analytics.dugganusa.com/api/v1/dredd/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"dredd-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://analytics.dugganusa.com/api/v1/dredd/mcp"
]
}
}
}Claude Code
claude mcp add --transport http dredd-mcp https://analytics.dugganusa.com/api/v1/dredd/mcpRelated MCP servers
Local STDIO MCP for DugganUSA threat intel. 1.13M IOCs. Read-only. npm: dugganusa-cli.
View repository →Jeevesus saves. Threat-intel MCP, 17.9M docs, 1.13M IOCs. Search · enrich · STIX. Read-only.
View repository →