kakunin for Cursor
io.github.kakunin-ai/kakunin
X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.
client:Cursor
transport:stdio
runtime:npm
Install kakunin in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kakunin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kakunin/mcp"
],
"env": {
"KAKUNIN_API_KEY": "<KAKUNIN_API_KEY>",
"KAKUNIN_AGENT_ID": "<KAKUNIN_AGENT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs