Actenon Kernel for VS Code
io.github.actenon/kernel
Verify consequential AI actions before they execute.
client:VS Code
transport:stdio
runtime:pypi
Install Actenon Kernel in VS Code
.vscode/mcp.json
{
"servers": {
"kernel": {
"type": "stdio",
"command": "uvx",
"args": [
"actenon-kernel"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs