loading…
Search for a command to run...
loading…
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, wh
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.
MseeP.ai Security Assessment Badge
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.
Install all required dependencies:
# Using pip
pip install -r requirements.txt
All dependencies are specified in requirements.txt for easy installation.
The server exposes the following tools to LLMs:
Execute a SELECT query on the database with built-in safety validations. Features:
List all available tables in the database with their names.
Get detailed schema information for a specific table, including:
Clone the repository:
git clone https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server.git
cd sqlite-explorer-fastmcp-mcp-server
You can install this MCP server in either Claude Desktop or the Cline VSCode plugin. Choose the option that best suits your needs.
Install using FastMCP:
fastmcp install sqlite_explorer.py --name "SQLite Explorer" -e SQLITE_DB_PATH=/path/to/db
Replace /path/to/db with the path to your SQLite database file.
To use this server with the Cline VSCode plugin:
{
"sqlite-explorer": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"--with",
"uvicorn",
"fastmcp",
"run",
"/path/to/repo/sqlite_explorer.py"
],
"env": {
"SQLITE_DB_PATH": "/path/to/your/database.db"
}
}
}
Replace:
/path/to/repo with the full path to where you cloned this repository (e.g., /Users/username/Projects/sqlite-explorer-fastmcp-mcp-server)/path/to/your/database.db with the full path to your SQLite database fileThe repository includes documentation files for development:
mcp-documentation.txt: Contains comprehensive documentation about the MCP server implementation and FastMCP framework usage.This documentation serves as context when developing features and can be used with LLMs to assist in development.
The following environment variables must be set:
SQLITE_DB_PATH: Full path to the SQLite database file you want to explorefrom github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server
Run in your terminal:
claude mcp add hannesrudolph-sqlite-explorer-fastmcp-mcp-server -- npx Yes, hannesrudolph/sqlite-explorer-fastmcp-mcp-server MCP is free — one-click install via Unyly at no cost.
No, hannesrudolph/sqlite-explorer-fastmcp-mcp-server runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open hannesrudolph/sqlite-explorer-fastmcp-mcp-server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Query your database in natural language
by AnthropicA universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devThis server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashRead-only database access with schema inspection.
by modelcontextprotocolNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs