koa fhe for Cursor
io.github.euda1mon1a/koa-fhe
Confidential coprocessor — compute on encrypted data via FHE. Server never sees plaintext.
client:Cursor
transport:stdio
runtime:pypi
Install koa fhe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"koa-fhe": {
"type": "stdio",
"command": "uvx",
"args": [
"koa-fhe"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs