mcp
by comcpwork
Overview
Execute MySQL, Redis, ClickHouse, SQLite, and Prometheus database commands and queries through a natural language AI assistant, including support for SSH tunneling.
Installation
cowork-database databaseSecurity Notes
The SSH implementation uses `ssh.InsecureIgnoreHostKey()` which bypasses host key verification, making it vulnerable to Man-in-the-Middle attacks. While the SQLite remote execution includes escaping for SQL queries, executing arbitrary commands over SSH still carries inherent risks. Sensitive DSNs containing credentials should be handled with extreme care and not exposed in logs or shared environments, as advised in the documentation.
Similar Servers
DatabaseMcpServer
Provides a robust and secure database access layer for AI assistants, supporting 19 types of databases with single-instance multi-database dynamic switching and over 50 tools for data and schema management.
mssql-mcp
Enables AI assistants to interact with both local SQL Server and Azure SQL Database through natural language queries and commands.
postgresql-mcp
Enables AI assistants (Claude, Cursor, etc.) to interact with PostgreSQL databases through the Model Context Protocol, providing specialized tools for database operations, monitoring, and administration.
MCP-SQL-Server
This server provides a natural language interface to query an SQLite database using a local large language model (Ollama) to convert questions into SQL queries, accessible via a chat-based web application.