CursorPool
← 返回 MCP 列表
SQLite MCP

SQLite MCP

查询与分析本地 SQLite 数据库文件,适合快速原型与调试。

ModelContextProtocol·980 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-sqlite path/to/db.sqlite

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sqlite",
        "path/to/db.sqlite"
      ]
    }
  }
}