概要
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.