sqlite-explorer-fastmcp-mcp-server
SQLite Explorer MCP Server is designed to offer safe and read-only access to SQLite databases. Built with the FastMCP framework, it ensures query validation and parameter binding, providing reliable tools for exploring and querying databases.
What is the primary purpose of the SQLite Explorer MCP Server?
The primary purpose is to provide a secure, read-only interface for LLMs to explore and query SQLite databases, ensuring all interactions are safe and validated.
What safety features are included in the server?
The server includes query validation and sanitization, parameter binding, row limit enforcement, and read-only access to ensure secure database interactions.
How do I specify the SQLite database file for the server?
You need to set the SQLITE_DB_PATH
environment variable to the full path of your SQLite database file.
Can I modify data in the SQLite database using this server?
No, the server is designed for read-only access to ensure data integrity and security.
What platforms are supported for installation?
The server can be installed on Claude Desktop and the Cline VSCode Plugin.