sqlite-explorer-fastmcp-mcp-server
If you are the rightful owner of sqlite-explorer-fastmcp-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
SQLite Explorer MCP Server provides safe, read-only access to SQLite databases using the FastMCP framework.
SQLite Explorer MCP Server is designed to facilitate secure and efficient exploration of SQLite databases through the Model Context Protocol (MCP). Built on the FastMCP framework, it allows Language Learning Models (LLMs) to interact with SQLite databases while ensuring safety and query validation. The server supports read-only operations, making it ideal for environments where data integrity and security are paramount. It includes features like query validation, parameter binding, and row limit enforcement to prevent unauthorized data manipulation and ensure safe query execution. The server is compatible with various platforms, including Claude Desktop and the Cline VSCode plugin, providing flexibility in deployment and usage.
Features
- Read-only access to ensure data integrity and security.
- Query validation and sanitization to prevent SQL injection.
- Parameter binding support for safe query execution.
- Row limit enforcement to control data output size.
- Results formatted as dictionaries for easy consumption by LLMs.
Tools
read_query
Execute a SELECT query on the database with built-in safety validations.
list_tables
List all available tables in the database with their names.
describe_table
Get detailed schema information for a specific table.