Skip to content
Grok

cluster validator for Grok

com.detentpoint/cluster-validator

Read-only health validation for Windows Server failover clusters running SQL Server FCI.

client:Grok transport:stdio runtime:nuget

Install cluster validator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cluster-validator": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "DetentPoint.ClusterValidator.Mcp",
        "--yes"
      ]
    }
  }
}

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

cluster validator in other clients