MCP Database servers for Claude, Cursor and Windsuf
Overview
What is @sequel/mcp?
@sequel/mcp is a set of MCP servers designed for querying databases from various MCP clients, enabling seamless database interactions.
How to use @sequel/mcp?
To use @sequel/mcp, install the MCP server to your client using the command:
npx -y @sequelsh/mcp@latest install
You can also install a specific database MCP server by specifying the database type, for example:
npx -y @sequelsh/mcp@latest install -d postgresql
Key features of @sequel/mcp?
- Supports multiple databases including PostgreSQL, MySQL, and ClickHouse.
- Compatible with various MCP clients like Claude, Cursor, and WindSurf.
- Easy installation and setup process using npx and Bun.
Use cases of @sequel/mcp?
- Querying PostgreSQL databases from MCP clients.
- Integrating database queries into AI applications.
- Facilitating data retrieval for analytics and reporting.
FAQ from @sequel/mcp?
- What databases are supported?
@sequel/mcp supports PostgreSQL, MySQL, and ClickHouse.
- How do I install a specific database server?
Use the command
npx -y @sequelsh/mcp@latest install -d <database>to install the desired database server.
- Is there a development setup required?
Yes, you need to have Bun installed and run
bun installto set up the project for development.