Skip to content
Cursor

Actenon Kernel for Cursor

io.github.actenon/kernel

Verify consequential AI actions before they execute.

client:Cursor transport:stdio runtime:pypi

Install Actenon Kernel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kernel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "actenon-kernel"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Actenon Kernel in other clients