Skip to content
Grok

provenonce for Grok

io.github.jarekpiot/provenonce

Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents.

client:Grok transport:stdio runtime:npm

Install provenonce in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "provenonce": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@provenonce/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

provenonce in other clients