Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

kakunin in other clients