Keyblind for Cursor
io.github.aarifmms/keyblind
Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.
client:Cursor
transport:stdio
runtime:npm
Install Keyblind in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"keyblind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keyblind"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs