Skip to content
Grok

VulnCheck for Grok

io.github.vulncheck-oss/mcp

VulnCheck exploit intelligence — CVE research, exploit data, advisories, and threat analysis.

client:Grok transport:stdio runtime:oci

Install VulnCheck in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/vulncheck-oss/mcp:0.2.2"
      ]
    }
  }
}

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

VulnCheck in other clients