kakunin for Claude Desktop
io.github.kakunin-ai/kakunin
X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.
client:Claude Desktop
transport:stdio
runtime:npm
Install kakunin in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"kakunin": {
"command": "npx",
"args": [
"-y",
"@kakunin/mcp"
],
"env": {
"KAKUNIN_API_KEY": "<KAKUNIN_API_KEY>",
"KAKUNIN_AGENT_ID": "<KAKUNIN_AGENT_ID>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs