← Back to Plugins
MCP Server MCP

io.github.rosch100/mcp-sqlite

github By github 👁 1 views ▲ 0 votes

MCP server for SQLCipher 4 encrypted SQLite databases with full CRUD operations and query support

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...