Dredd MCP for Claude Desktop
io.github.pduggusa/dredd-mcp
Pre-flight MCP security. Blocks compromised deps + tool drift. HMAC-signed. Dredd judges.
client:Claude Desktop
transport:streamable-http
tools:1
Install Dredd MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dredd-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://analytics.dugganusa.com/api/v1/dredd/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs