Skip to content
Cursor

nomue Record Verifier for Cursor

io.github.licklider-ai/nomue-mcp

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

client:Cursor transport:stdio runtime:npm

Install nomue Record Verifier in Cursor

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

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

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

nomue Record Verifier in other clients