brokre for Cursor
io.github.furowu/brokre
AI-safe credential broker for MCP — run saved SSH/MySQL/psql aliases; passwords never reach AI.
client:Cursor
transport:stdio
runtime:npm
Install brokre in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"brokre": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brokre"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs