kakunin for Grok
io.github.nqzai/kakunin
X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.
client:Grok
transport:stdio
runtime:npm
Install kakunin in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kakunin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kakunin/mcp"
],
"env": {
"KAKUNIN_API_KEY": "<KAKUNIN_API_KEY>",
"KAKUNIN_AGENT_ID": "<KAKUNIN_AGENT_ID>"
}
}
}
}
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