Skip to content
Zed

isMalicious threat intelligence for AI agents for Zed

com.ismalicious/mcp-server

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

client:Zed transport:stdio runtime:npm

Install isMalicious threat intelligence for AI agents in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-server": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

isMalicious threat intelligence for AI agents in other clients