sqlite-explorer-fastmcp-mcp-server

hannesrudolph
52
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.
#database-tools #llm-integration #llm-tools #mcp #python #sqlite

Overview

What is sqlite-explorer-fastmcp-mcp-server

sqlite-explorer-fastmcp-mcp-server is an MCP server that provides safe, read-only access to SQLite databases using the Model Context Protocol (MCP). Built with the FastMCP framework, it allows large language models (LLMs) to explore and query SQLite databases while ensuring safety and query validation.

How to Use

To use sqlite-explorer-fastmcp-mcp-server, clone the repository and install the required dependencies. Set the environment variable SQLITE_DB_PATH to the path of your SQLite database. You can install the server for either Claude Desktop or the Cline VSCode plugin, following the respective installation instructions provided in the README.

Key Features

Key features include read-only access to SQLite databases, built-in query validation and sanitization, parameter binding support, row limit enforcement, and results formatted as dictionaries.

Use Cases

Use cases for this MCP server include secure data exploration for applications that require read-only access to SQLite databases, integration with LLMs for querying database information, and development environments where safe database interaction is essential.

Content