Skip to content
Grok

csf for Grok

io.github.compl-i-agent/csf

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

client:Grok transport:stdio runtime:npm

Install csf in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

csf in other clients