Skip to content
Zed

csf for Zed

io.github.compl-i-agent/csf

NIST CSF 2.0 - Professional cybersecurity framework with 35 tools and 12 prompts

client:Zed transport:stdio runtime:npm

Install csf in Zed

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

{
  "context_servers": {
    "csf": {
      "command": "npx",
      "args": [
        "-y",
        "@compligent-mcp/csf"
      ]
    }
  }
}

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

csf in other clients