- Explore MCP Servers
- mcp-server-libsql
Mcp Server Libsql
What is Mcp Server Libsql
mcp-server-libsql is a server application designed to interface with LibSQL databases using the Model Context Protocol (MCP). It provides schema information and enables table queries.
Use cases
Use cases include building web applications that need to query LibSQL databases, developing tools for database management, and creating APIs that interact with LibSQL data.
How to use
To use mcp-server-libsql, install Deno 2.1 or higher, build the binary using ‘deno run build’, and run the server with the appropriate database URL and optional authentication token.
Key features
Key features include support for authenticated and unauthenticated access, the ability to list resources, read resource schemas, complete prompts, and execute SQL queries.
Where to use
mcp-server-libsql can be used in applications that require integration with LibSQL databases, particularly in web development and data management systems.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Server Libsql
mcp-server-libsql is a server application designed to interface with LibSQL databases using the Model Context Protocol (MCP). It provides schema information and enables table queries.
Use cases
Use cases include building web applications that need to query LibSQL databases, developing tools for database management, and creating APIs that interact with LibSQL data.
How to use
To use mcp-server-libsql, install Deno 2.1 or higher, build the binary using ‘deno run build’, and run the server with the appropriate database URL and optional authentication token.
Key features
Key features include support for authenticated and unauthenticated access, the ability to list resources, read resource schemas, complete prompts, and execute SQL queries.
Where to use
mcp-server-libsql can be used in applications that require integration with LibSQL databases, particularly in web development and data management systems.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
LibSQL Model Context Protocol Server
The LibSQL Model Context Protocol Server is a server application designed to
interface with LibSQL databases, providing schema information and enabling table
queries. Built using Deno 2.1, this server leverages the Model Context Protocol
(MCP) to handle various requests such as listing resources, reading resource
schemas, completing prompts, and executing SQL queries. It supports both
authenticated and unauthenticated access to LibSQL databases, ensuring
flexibility and security. This project is ideal for developers looking to
integrate LibSQL database functionalities into their applications seamlessly.
Requirements
- Deno 2.1+
- A LibSQL database URL
Usage
Install deno (macos/linux):
curl -fsSL https://deno.land/install.sh | sh
Build the binary:
deno run build
Run the server:
# If accessing a local libsql db that does not require auth
./mcp-server-libsql <database-url>
# With Auth
./mcp-server-libsql --auth-token <token> <database-url>
License
This project is licensed under the MIT License - see the
LICENSE.txt file for details.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










