MCP-Mirror

LibSQL Model Context Protocol Server

Community MCP-Mirror
Updated

Mirror of https://github.com/nicholasq/mcp-server-libsql

LibSQL Model Context Protocol Server

The LibSQL Model Context Protocol Server is a server application designed tointerface with LibSQL databases, providing schema information and enabling tablequeries. Built using Deno 2.1, this server leverages the Model Context Protocol(MCP) to handle various requests such as listing resources, reading resourceschemas, completing prompts, and executing SQL queries. It supports bothauthenticated and unauthenticated access to LibSQL databases, ensuringflexibility and security. This project is ideal for developers looking tointegrate 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>

MCP Server · Populars

MCP Server · New

    PraneshASP

    Foundry MCP Server

    An experimental MCP Server for foundry built for Solidity devs

    Community PraneshASP
    karakeep-app

    Karakeep MCP Server

    A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search

    Community karakeep-app
    karakeep-app

    karakeep

    A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search

    Community karakeep-app
    prisma

    Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

    Community prisma
    iannuttall

    Flux UI MCP Server

    MCP Server

    Community iannuttall