Community MCP Server: libSQL by xexr
A Model Context Protocol (MCP) server for libSQL database operations, providing secure database access through Claude Desktop, Claude Code, Cursor, and other MCP-compatible clients.
Runs on Node, written in TypeScript
Install:
pnpm install -g @xexr/mcp-libsql
Test locally:
mcp-libsql --url file:///tmp/test.db --log-mode console
Configure Claude Desktop with your Node.js path and databa...