- Explore MCP Servers
- sequel-mcp
Sequel Mcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
@sequel/mcp
MCP servers for your databases. Query your database from your favourite MCP clients.
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










