返回市场
序列-MCP

序列-MCP

作者:haxzie26 星标更新:2025-05-26

项目介绍

@sequel/mcp

用于数据库的MCP服务器。从您喜爱的MCP客户端查询您的数据库。

mcp

使用方法

将MCP服务器安装到您的客户端

npx -y @sequelsh/mcp@latest install

安装特定数据库的MCP服务器

npx -y @sequelsh/mcp@latest install -d postgresql

支持的数据库

npx -y @sequelsh/mcp@latest install -d <database>
  • PostgreSQL postgresql
  • MySQL mysql
  • ClickHouse clickhouse

支持的MCP客户端

npx -y @sequelsh/mcp@latest install -c <client>
  • Claude claude
  • Cursor cursor
  • WindSurf windsurf

开发环境设置

该项目使用Bun,因此请确保已安装Bun

安装依赖

bun install

构建

bun run build

运行MCP安装

bun run mcp:install