sqlite-mcp

sqlite-mcp

0

SQLite MCP Server is a lightweight protocol server enabling large language models to interact with SQLite databases autonomously. It simplifies database operations for LLMs.

SQLite MCP Server

A lightweight Model Context Protocol (MCP) server for interaction with SQLite databases using Large Language Models (LLMs).

Showcases

[Video demonstration]

Installation

  1. Clone the repository.
  2. Set up a virtual environment and activate it.
  3. Install dependencies.

Usage

Basic Start

Use command line options to specify the SQLite database path.

Available MCP Tools

Refer to [MCP_TOOLS.md] for a complete list of tools.

Requirements

  • Python 3.12.7+
  • MCP 1.6.0+
  • PyTest 8.3.5+