MCP Server
MCP
io.github.rosch100/mcp-sqlite
MCP server for SQLCipher 4 encrypted SQLite databases with full CRUD operations and query support
Install
oci:ghcr.io/rosch100/mcp-sqlite:0.2.4
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/rosch100/mcp-sqlite:0.2.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the encrypted SQLite database file",
"isRequired": true,
"format": "string",
"name": "DB_PATH"
},
{
"description": "Passphrase for decrypting the database",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DB_PASSPHRASE"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment