@sequel/mcp
@haxzie
About @sequel/mcp
MCP Database servers for Claude, Cursor and Windsuf
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sequel-mcp": {
"command": "npx",
"args": [
"-y",
"@sequelsh/mcp@latest",
"install"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is @sequel/mcp?
@sequel/mcp provides MCP servers for databases, enabling querying PostgreSQL, MySQL, and ClickHouse from MCP-compatible clients like Claude, Cursor, and WindSurf.
How to use @sequel/mcp?
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).
Key features of @sequel/mcp?
- 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.
Use cases of @sequel/mcp?
- Querying a PostgreSQL database directly from Claude Desktop.
- Running MySQL queries within a Cursor editor session.
- Interacting with ClickHouse data using WindSurf.
- Quickly provisioning a database MCP server for a new project.
FAQ from @sequel/mcp?
Which databases does @sequel/mcp support?
PostgreSQL, MySQL, and ClickHouse are supported.
Which MCP clients can I use with @sequel/mcp?
Claude, Cursor, and WindSurf are explicitly supported.
How do I install a specific database server?
Use npx -y @sequelsh/mcp@latest install -d <database> where <database> is postgresql, mysql, or clickhouse.
What are the development requirements for @sequel/mcp?
Development requires Bun; run bun install and bun run build after cloning.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments