agent passport for Grok
io.github.johninarti/agent-passport
Post-quantum (ML-DSA-65/FIPS-204) agent identity + AI-decision receipts, verifiable offline.
client:Grok
transport:stdio
runtime:npm
Install agent passport in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-passport": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fractalai/agent-passport-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