MCP.so
登录

SQLite MCP Server

@MCP-Mirror

关于 SQLite MCP Server

Mirror of

基本信息

分类

数据库

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 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_query command
  • Enables database schema management through MCP tools
  • Runs inside a Docker container for easy deployment
  • Configurable database file path (--db-path flag)
  • 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.

评论

数据库 分类下的更多 MCP 服务器