🔒 Access and manage encrypted SQLite databases effortlessly with this MCP server, designed for seamless integration with SQLCipher and various clients.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-encrypted-sqlite": {
"command": "npx",
"args": [
"-y",
"TahaHussein-dotcom/mcp-encrypted-sqlite"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-encrypted-sqlite npx -y TahaHussein-dotcom/mcp-encrypted-sqlite
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-encrypted-sqlite": {
"command": "npx",
"args": [
"-y",
"TahaHussein-dotcom/mcp-encrypted-sqlite"
]
}
}
}
📋 Copy