SQLite Explorer MCP Server
@MCP-Mirror
SQLite Explorer MCP Server について
Mirror of
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SQLite Explorer MCP Server?
An MCP server that provides safe, read-only access to SQLite databases through the Model Context Protocol. Built with the FastMCP framework, it enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
How to use SQLite Explorer MCP Server?
Clone the repository, install dependencies via pip install -r requirements.txt, then set the environment variable SQLITE_DB_PATH to your SQLite database path. Install for Claude Desktop with fastmcp install sqlite_explorer.py --name "SQLite Explorer" -e SQLITE_DB_PATH=/path/to/db, or configure it for the Cline VSCode plugin by editing MCP settings. The server exposes three tools: read_query, list_tables, and describe_table.
Key features of SQLite Explorer MCP Server
- Read-only access to SQLite databases.
- Query validation and sanitization.
- Parameter binding for safe query execution.
- Row limit enforcement.
- List all tables and describe table schemas.
- Clean JSON output with suppressed progress messages.
Use cases of SQLite Explorer MCP Server
- LLM-driven exploration of a local SQLite database.
- Retrieving table schemas and sample data without write risk.
- Running safe SELECT queries from an AI assistant in Claude Desktop or Cline.
- Automating database inspection during development or debugging.
FAQ from SQLite Explorer MCP Server
What are the system requirements?
Python 3.6+ and a SQLite database file specified via the environment variable SQLITE_DB_PATH.
How do I install the server for Claude Desktop?
Run fastmcp install sqlite_explorer.py --name "SQLite Explorer" -e SQLITE_DB_PATH=/path/to/db, replacing the path with your database file.
How do I install the server for the Cline VSCode plugin?
Add a JSON configuration to the Cline MCP settings with the command uv and arguments pointing to sqlite_explorer.py, and set the SQLITE_DB_PATH environment variable.
Is the server read-only?
Yes, the server provides read-only access to SQLite databases. All queries are validated and row limits are enforced.
What dependencies are needed?
The server requires the fastmcp package and other dependencies listed in requirements.txt. Install them all with pip install -r requirements.txt.
「データベース」の他のコンテンツ
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
コメント