Skip to content

CodeVulnerability for Zed

io.github.evozim/codevulnerability

OWASP threat scanner auditing codebases for safety leaks.

client:Zed transport:sse

Install CodeVulnerability in Zed

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

{
  "context_servers": {
    "codevulnerability": {
      "url": "https://codevulnerability-mcp.vercel.app/api/mcp"
    }
  }
}

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

CodeVulnerability in other clients