LibSQL Model Context Protocol Server
@nicholasq
About LibSQL Model Context Protocol Server
Model Context Protocol server for libsql
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-libsql": {
"command": "deno",
"args": [
"run",
"build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is LibSQL Model Context Protocol Server?
The LibSQL Model Context Protocol Server is a server application that interfaces with LibSQL databases, providing schema information and enabling table queries. Built using Deno 2.1, it leverages the Model Context Protocol (MCP) to handle requests such as listing resources, reading schemas, completing prompts, and executing SQL queries. It supports both authenticated and unauthenticated access.
How to use LibSQL Model Context Protocol Server?
Install Deno 2.1+, then build the binary with deno run build. Run the server using ./mcp-server-libsql <database-url> (no auth) or ./mcp-server-libsql --auth-token <token> <database-url> (with authentication).
Key features of LibSQL Model Context Protocol Server
- Interfaces with LibSQL databases via MCP
- Provides schema information and table query capabilities
- Supports authenticated and unauthenticated access
- Built with Deno 2.1 for modern runtime performance
- Handles listing resources, reading schemas, completing prompts, and SQL execution
Use cases of LibSQL Model Context Protocol Server
- Integrate LibSQL database functionalities into applications seamlessly
- Enable AI assistants to query and inspect LibSQL databases via MCP
- Provide schema-aware database interactions in MCP-powered tools
FAQ from LibSQL Model Context Protocol Server
What dependencies are required to run this server?
Deno 2.1 or later and a LibSQL database URL are required.
How do I install the server?
Install Deno (e.g., curl -fsSL https://deno.land/install.sh | sh), then run deno run build to create the binary.
How can I run the server with authentication?
Use the --auth-token flag: ./mcp-server-libsql --auth-token <token> <database-url>.
What license is this project under?
The project is licensed under the MIT License.
Frequently asked questions
What dependencies are required to run this server?
Deno 2.1 or later and a LibSQL database URL are required.
How do I install the server?
Install Deno (e.g., `curl -fsSL https://deno.land/install.sh | sh`), then run `deno run build` to create the binary.
How can I run the server with authentication?
Use the `--auth-token` flag: `./mcp-server-libsql --auth-token <token> <database-url>`.
What license is this project under?
The project is licensed under the MIT License.
Basic information
More Databases MCP servers
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.

Lawstronaut
Lawstronaut-FZCOAccess millions of official legal and regulatory source documents from 155+ jurisdictions via MCP. Lawstronaut supports AI agents with structured legal research, legal data, laws, regulations, cases, guidance, official s
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Comments