demipass for Cursor
com.dustforge/demipass
Credential custody for agents: use secrets blind (ssh/http/smtp/git/db), never in context.
client:Cursor
transport:stdio
runtime:npm
Install demipass in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"demipass": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"demipass"
],
"env": {
"DEMIPASS_TOKEN": "<DEMIPASS_TOKEN>",
"DEMIPASS_URL": "<DEMIPASS_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs