SQLite MCP Server
@MCP-Mirror
SQLite MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"santos-404_mcp-server.sqlite": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/sqlite",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SQLite MCP Server?
A Model Context Protocol (MCP) server implementation using TypeScript for interacting with an SQLite database. It provides an interactive interface for executing SQL queries, managing database schemas, and synthesizing business insights within an extensible protocol framework. It is aimed at developers and AI assistants that need structured database access.
How to use SQLite MCP Server?
Build the Docker image from the repository, then configure your AI client’s mcpServers JSON to run the container with command docker, arguments including mount volume and --db-path flag. After restarting the client, the MCP tools become available. On Windows you may need to manually kill the process for changes to take effect.
Key features of SQLite MCP Server
- Supports SELECT queries via the
read_querycommand - Enables database schema management through MCP tools
- Runs inside a Docker container for easy deployment
- Configurable database file path (
--db-pathflag) - Integrates with AI clients that support MCP (e.g., Claude Desktop)
Use cases of SQLite MCP Server
- Allow an AI assistant to query a local SQLite database on demand
- Enable interactive schema inspection and data analysis within a chat interface
- Provide a sandboxed database environment for learning or prototyping SQL
FAQ from SQLite MCP Server
Is this an npm package?
No, it has not been published as an npm package; installation uses Docker.
What AI clients can I use?
Any MCP-compatible client; the tutorial demonstrates setup with Claude Desktop on Windows.
What are the system requirements?
Docker must be installed to build and run the server image.
Where is the database file stored?
A Docker volume (mcp-test) is mounted at /mcp inside the container, and the database file path is specified with --db-path.
What SQL operations are supported?
The README explicitly shows the read_query command for SELECT queries; other operations are not listed.
「データベース」の他のコンテンツ
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck

Sqlite
modelcontextprotocolModel Context Protocol Servers
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_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
コメント