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-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub