hannesrudolph_sqlite-explorer-fastmcp-mcp-server

hannesrudolph_sqlite-explorer-fastmcp-mcp-server

3.1

If you are the rightful owner of hannesrudolph_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 Model Context Protocol (MCP) with the FastMCP framework.

The 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, this server ensures that users can perform read-only operations on SQLite databases with robust safety features. It is particularly useful for environments where database integrity and security are paramount, as it includes query validation, sanitization, and parameter binding to prevent unauthorized data manipulation. The server is compatible with various platforms, including Claude Desktop and the Cline VSCode plugin, making it versatile for different development setups. By providing a structured and safe way to interact with SQLite databases, the SQLite Explorer MCP Server is an essential tool for developers and data analysts who need to query databases without compromising data security.

Features

  • Read-only access to ensure database integrity
  • Query validation and sanitization for security
  • Parameter binding to prevent SQL injection
  • Row limit enforcement to manage query results
  • Progress output suppression for clean JSON responses

Tools

  1. read_query

    Execute a SELECT query on the database with built-in safety validations.

  2. list_tables

    List all available tables in the database with their names.

  3. describe_table

    Get detailed schema information for a specific table.