Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

sequel-mcp

MCP.Pizza Chef: haxzie

sequel-mcp is an MCP server that connects databases like PostgreSQL, MySQL, and ClickHouse to popular MCP clients such as Claude, Cursor, and WindSurf. It allows users to query their databases directly through these clients, facilitating seamless integration of real-time database access into AI workflows. The server supports easy installation and setup, making database querying accessible within the MCP ecosystem.

Use This MCP server To

Query PostgreSQL databases from Claude MCP client Access MySQL data via Cursor MCP client Run ClickHouse queries through WindSurf MCP client Integrate real-time database querying into AI workflows Enable multi-database support in MCP clients Simplify database access for AI-powered applications Facilitate SQL query execution from conversational agents

README

@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>
  • PostgreSQL postgresql
  • MySQL mysql
  • ClickHouse clickhouse

Supported MCP Clients

npx -y @sequelsh/mcp@latest install -c <client>
  • Claude claude
  • Cursor cursor
  • 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

sequel-mcp FAQ

How do I install sequel-mcp for a specific database?
Use the command 'npx -y @sequelsh/mcp@latest install -d <database>' replacing <database> with postgresql, mysql, or clickhouse.
Which MCP clients are supported by sequel-mcp?
sequel-mcp supports Claude, Cursor, and WindSurf MCP clients.
What databases can sequel-mcp connect to?
It supports PostgreSQL, MySQL, and ClickHouse databases.
What is required to develop or build sequel-mcp?
You need Bun installed to manage dependencies, build, and run the MCP install scripts.
Can sequel-mcp be used with multiple MCP clients simultaneously?
Yes, it supports multiple clients like Claude, Cursor, and WindSurf for querying databases.
Is sequel-mcp limited to any specific database version?
The documentation does not specify version limits, but it supports major databases PostgreSQL, MySQL, and ClickHouse.
How does sequel-mcp enhance AI workflows?
It enables direct SQL querying from AI clients, allowing real-time data retrieval and interaction.
Is there a graphical interface for sequel-mcp?
sequel-mcp is a server component; interaction is through MCP clients like Claude, Cursor, and WindSurf.