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.
SQLiteDatabaseFastMCPLLMData Accesstool
Installation & Configuration
{
"mcpServers": {
"sqlite-explorer": {
"command": "npx",
"args": [
"-y",
"sqlite-explorer-mcp"
]
}
}
}Information
Transport
stdiostreamable
Language
Python
Created
2024/12/14
Updated
2026/6/8