libSQL Database

Provides secure database operations for libSQL/SQLite databases

xexr 21 ↓ 771
Claude CodeClaude DesktopGeneric
View source ↗

This MCP server provides secure database operations for libSQL/SQLite databases through six core tools: read-query for SELECT operations, write-query for INSERT/UPDATE/DELETE with transaction support, create-table and alter-table for DDL operations, list-tables for schema browsing, and describe-table for detailed table inspection. Built by xexr using TypeScript with comprehensive security validation including SQL injection prevention, parameterized queries, and 67 dedicated security tests, it supports file-based SQLite databases, remote libSQL servers, and Turso cloud databases with authentication. The implementation features connection pooling with health monitoring, automatic retry logic, performance metrics for all operations, and multiple output formats including formatted tables and JSON, making it valuable for AI assistants that need safe, monitored database access for data analysis, reporting, and database management workflows.

Source

Repository: https://github.com/xexr/mcp-libsql

Maintain libSQL Database?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[libSQL Database on getagentictools](https://getagentictools.com/mcp/xexr-mcp-libsql?ref=badge)