SQLite MCP Server
@MCP-Mirror
About SQLite MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"santos-404_mcp-server.sqlite": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/sqlite",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Databases MCP servers

Redis
modelcontextprotocolModel Context Protocol Servers
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Comments