Back to MCP Servers
Sqlite Explorer Fastmcp
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.
databasessqlitellm
Installation
npx -y sqlite-explorer-fastmcp-mcp-serverConfiguration
{
"mcpServers": {
"sqlite-explorer-fastmcp-mcp-server": {
"command": "npx",
"args": ["-y", "sqlite-explorer-fastmcp-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes