io.github.rosch100/mcp-sqlite
Quality Score
70
/100
MCP server for SQLCipher 4 encrypted SQLite databases with full CRUD operations and query support
§01 Install
Claude Desktop (Docker)
{
"mcpServers": {
"mcp-sqlite": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/rosch100/mcp-sqlite:0.2.4"
],
"env": {
"DB_PATH": "<db_path>",
"DB_PASSPHRASE": "<your-db_passphrase>"
}
}
}
}§02 Environment variables
DB_PATHrequired
Path to the encrypted SQLite database file
DB_PASSPHRASErequiredsecret
Passphrase for decrypting the database
§03 MCP Quality Score · methodology
freshness
15
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…