koa fhe for VS Code
io.github.euda1mon1a/koa-fhe
Confidential coprocessor — compute on encrypted data via FHE. Server never sees plaintext.
client:VS Code
transport:stdio
runtime:pypi
Install koa fhe in VS Code
.vscode/mcp.json
{
"servers": {
"koa-fhe": {
"type": "stdio",
"command": "uvx",
"args": [
"koa-fhe"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs