mcp encrypted sqlite for Cursor
io.github.rosch100/mcp-encrypted-sqlite
MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more
client:Cursor
transport:stdio
runtime:oci
Install mcp encrypted sqlite in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-encrypted-sqlite": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
],
"env": {
"DB_PATH": "<DB_PATH>",
"DB_PASSPHRASE": "<DB_PASSPHRASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs