Skip to main content
DatabasesPython

hannesrudolph/sqlite-explorer-fastmcp-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.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "sqlite-explorer-fastmcp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hannesrudolph/sqlite-explorer-fastmcp-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
hannesrudolph