Skip to content
Grok

nomue Record Verifier for Grok

io.github.licklider-ai/nomue-verifier-mcp

Local verification of nomue Protocol Records; current release supports the Release 1 Welch bundle.

client:Grok transport:stdio runtime:npm

Install nomue Record Verifier in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nomue-verifier-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@licklider/nomue-verifier-mcp"
      ]
    }
  }
}

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

nomue Record Verifier in other clients