keen for Cursor
io.github.telcharfromnogrod/keen
AI image upscaling — upscale any image to 2x or 4x resolution with x402 payments
client:Cursor
transport:stdio
runtime:npm
Install keen in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"keen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@keenimg/mcp"
],
"env": {
"KEEN_API_KEY": "<KEEN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs