@sequel/mcp

by haxzie

27 stars
378 downloads
Not rated
GitHub Website

About

MCP Database servers for Claude, Cursor and Windsuf

Details

Author
haxzie
GitHub stars
27
Downloads
378
Categories
Other, Database, AI

- MCP servers for PostgreSQL, MySQL, and ClickHouse.
- Simple installation via npx.
- Supports Claude, Cursor, and WindSurf clients.
- Database-specific server installation.
- Client-specific installation options.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name @sequel/mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server using npx -y @sequelsh/mcp@latest install. To install for a specific database, add the -d flag (e.g., -d postgresql). For a specific client, use -c (e.g., -c claude).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "@sequel/mcp": {
            "sequel-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@sequelsh/mcp@latest",
                    "install"
                ]
            }
        }
    }
}

McpServers

{
    "sequel-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "@sequelsh/mcp@latest",
            "install"
        ]
    }
}

@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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.