MCP.so
登录

MCP SQLite Server

@kelnishi

关于 MCP SQLite Server

TypeScript implementation of the Sqlite MCP Server

基本信息

分类

数据库

运行时

node

传输方式

stdio

发布者

kelnishi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-sqlite-ts": {
      "command": "npx",
      "args": [
        "mcp-sqlite-server",
        "./sqlite.db"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP SQLite Server?

A Model Context Protocol (MCP) server for SQLite interactions. It allows Claude and other MCP-enabled AI models to interact with an SQLite database.

How to use MCP SQLite Server?

Install and run via npx with the command: npx mcp-sqlite-server ./sqlite.db. Provide the path to an SQLite database file as the argument.

Key features of MCP SQLite Server

Use cases of MCP SQLite Server

FAQ from MCP SQLite Server

评论

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