Skip to content
Cline

database mcp sqlite for Cline

io.github.arifulislamat/database-mcp-sqlite

MCP server for SQLite databases. Read-only by default, row caps, statement timeouts.

client:Cline transport:stdio runtime:npm

Install database mcp sqlite in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "database-mcp-sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "@database-mcp/sqlite"
      ],
      "env": {
        "SQLITE_PATH": "<SQLITE_PATH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

database mcp sqlite in other clients