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
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
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Comments