MCP ExplorerExplorer

Sequel Mcp

@haxzieon 9 months ago
22 MIT
FreeCommunity
AI Systems
#ai#database#mcp#mcp-server#sql
MCP Database servers for Claude, Cursor and Windsuf

Overview

What is Sequel Mcp

sequel-mcp is a set of MCP Database servers designed for various database systems, allowing users to query their databases from popular MCP clients like Claude, Cursor, and WindSurf.

Use cases

Typical use cases for sequel-mcp include querying databases for web applications, performing data analysis tasks, and integrating with development environments that utilize MCP clients.

How to use

To use sequel-mcp, install the MCP server using the command ‘npx -y @sequelsh/mcp@latest install’. You can also install a specific database MCP server by specifying the database type, e.g., ‘npx -y @sequelsh/mcp@latest install -d postgresql’.

Key features

sequel-mcp supports multiple databases including PostgreSQL, MySQL, and ClickHouse. It is compatible with various MCP clients such as Claude, Cursor, and WindSurf, making it versatile for different user needs.

Where to use

sequel-mcp can be used in various fields that require database management and querying, such as software development, data analysis, and web applications.

Content

@sequel/mcp

MCP servers for your databases. Query your database from your favourite MCP clients.

mcp

Usage

Install the MCP server to your client

npx -y @sequelsh/mcp@latest install

Install a specific database MCP server

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

Supported Databases

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

Supported MCP Clients

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

Setting up for development

This project uses Bun, so make sure you have bun installed

Install dependencies

bun install

Build

bun run build

Run MCP Install

bun run mcp:install

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers