Skip to content
Cursor

csf for Cursor

io.github.compl-i-agent/csf

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

client:Cursor transport:stdio runtime:npm

Install csf in Cursor

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

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

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

csf in other clients