MCP.so
Sign In

LibSQL Model Context Protocol Server

@nicholasq

About LibSQL Model Context Protocol Server

Model Context Protocol server for libsql

Basic information

Category

Databases

License

MIT

Runtime

node

Transports

stdio

Publisher

nicholasq

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.

Comments

More Databases MCP servers