Skip to content
Cursor

isMalicious threat intelligence for AI agents for Cursor

com.ismalicious/mcp-server

Indicator reputation verdicts, CVE lookups (CVSS, EPSS, KEV) and prompt-injection scans for agents

client:Cursor transport:stdio runtime:npm

Install isMalicious threat intelligence for AI agents in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ismalicious/mcp-server"
      ],
      "env": {
        "ISMALICIOUS_API_KEY": "<ISMALICIOUS_API_KEY>",
        "ISMALICIOUS_API_SECRET": "<ISMALICIOUS_API_SECRET>",
        "ISMALICIOUS_API_BASE": "<ISMALICIOUS_API_BASE>",
        "ISMALICIOUS_TIMEOUT_MS": "<ISMALICIOUS_TIMEOUT_MS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

isMalicious threat intelligence for AI agents in other clients