PluginBench
MCP Server

Jeevesus — DugganUSA Threat Intelligence MCP MCP Server

io.github.pduggusa/dugganusa-threat-intel

What is the Jeevesus — DugganUSA Threat Intelligence MCP MCP server?

Jeevesus saves. Threat-intel MCP, 17.9M docs, 1.13M IOCs. Search · enrich · STIX. Read-only.

How to install Jeevesus — DugganUSA Threat Intelligence 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": {
    "dugganusa-threat-intel": {
      "url": "https://analytics.dugganusa.com/api/v1/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dugganusa-threat-intel": {
      "serverUrl": "https://analytics.dugganusa.com/api/v1/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dugganusa-threat-intel": {
      "type": "http",
      "url": "https://analytics.dugganusa.com/api/v1/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "dugganusa-threat-intel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://analytics.dugganusa.com/api/v1/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http dugganusa-threat-intel https://analytics.dugganusa.com/api/v1/mcp

Related MCP servers

Pre-flight MCP security. Blocks compromised deps + tool drift. HMAC-signed. Dredd judges.

View repository →

Local STDIO MCP for DugganUSA threat intel. 1.13M IOCs. Read-only. npm: dugganusa-cli.

View repository →