database mcp libsql for Cline
io.github.arifulislamat/database-mcp-libsql
MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.
client:Cline
transport:stdio
runtime:npm
Install database mcp libsql 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
{
"mcpServers": {
"database-mcp-libsql": {
"command": "npx",
"args": [
"-y",
"@database-mcp/libsql"
],
"env": {
"LIBSQL_URL": "<LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<LIBSQL_AUTH_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs