This MCP server provides an interface for interacting with SQLite databases using the FastMCP framework. It allows users to run queries and inspect database structures.
From the registry: Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…
$ git clone https://github.com/afgong/sqlite-mcp-server$ pip install -r requirements.txt && pip install fastmcpPlease install the `afgong-sqlite-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone repository** — Clone the sqlite-explorer-fastmcp-mcp-server repo Run: `git clone https://github.com/afgong/sqlite-mcp-server`
- **Install Python dependencies** — Install requirements and FastMCP Run: `pip install -r requirements.txt && pip install fastmcp`
Canonical MCP server config (stdio transport):
- command: `uv`
- args: ["run","--with","fastmcp","--with","uvicorn","fastmcp","run","<path-to>/sqlite_explorer.py"]
- required environment variables:
- `SQLITE_DB_PATH`: Absolute path to the SQLite database file (example: `<path-to>/database.db`)
Note: Requires a cloned local repo; no PyPI/npm package. Tools: list_tables, describe_table, read_query.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SQLITE_DB_PATHrequiredPath to the SQLite database file.MCP server for interacting with the Supabase platform