SQLite Explorer MCP Server

by MCP-Mirror

305 downloads
Not rated
GitHub

About

An MCP server that provides safe, read-only access to SQLite databases through the Model Context Protocol. Built with the FastMCP framework, it enables LLMs to explore and query SQLite databases with built-in safety features and query validation.

Details

Author
MCP-Mirror
Downloads
305
Categories
Database

- Read-only access to SQLite databases.
- Query validation and sanitization.
- Parameter binding for safe query execution.
- Row limit enforcement.
- List all tables and describe table schemas.
- Clean JSON output with suppressed progress messages.

Clone the repository, install dependencies via pip install -r requirements.txt, then set the environment variable SQLITE_DB_PATH to your SQLite database path. Install for Claude Desktop with fastmcp install sqlite_explorer.py --name "SQLite Explorer" -e SQLITE_DB_PATH=/path/to/db, or configure it for the Cline VSCode plugin by editing MCP settings. The server exposes three tools: read_query, list_tables, and describe_table.

SQLite Explorer MCP Server

An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.

📋 System Requirements

- Python 3.6+
- SQLite database file (path specified via environment variable)

📦 Dependencies

Install all required dependencies:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.