Connect to multiple databases to query, inspect schemas, and access remotely via SSH.
The material indicates a multi-database MCP server with standard high-impact database capabilities such as read/write queries and SSH tunneling. No explicit red flags of malicious exfiltration or unrelated overreach are shown, but caution is warranted due to write access, tunneling support, and weak community/maintenance signals.
The metadata says no extra keys/environment variables are required, but the described functionality for MySQL/PostgreSQL/MongoDB and SSH tunneling would typically involve database passwords, connection strings, or SSH credentials in practice. With no README, how such credentials are supplied, stored, or protected is not visible.
No fixed remote endpoint is declared, but by design the tool can connect to user-specified database hosts and establish SSH tunnels, so query content and results may be sent to configured remote databases or bastion hosts. This is normal network egress within its stated function.
The system flags executes-code, meaning it runs locally as an MCP service process. Combined with the 'without Docker' and SSH tunneling description, it likely has local execution capability to initiate connections and process queries, but the material does not show requests for system privileges beyond its database-access purpose.
The tool explicitly supports read-only and read-write queries, schema inspection, and SQLite, so it may access remote database contents and directly operate on local SQLite database files. The write capability is impactful, but it aligns with the stated purpose and there is no clear evidence of unrelated over-authorization.
Positive signals include public source code and an MIT license, which make it more auditable than closed-source tools. However, it comes from a third-party registry, has 0 stars, unknown maintenance status, and no README, so supply-chain maturity and ongoing maintenance signals are weak.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "db-mcp-server" yet — see the docs or source repo.
Connect to a remote PostgreSQL database through an SSH tunnel, read all schemas, tables, and columns, and organize them into a module-based inventory without modifying any data.
A structured overview of the database schema, including schemas, tables, columns, and their likely purposes.
Connect to a MySQL database in read-only mode, query the last 30 days of orders by channel, revenue, and average order value, and output a summary table for a weekly report.
A channel-level summary table ready for business review or a weekly report.
Connect to a SQLite test database and a MongoDB development database, run a set of write operations, then query the inserted records and compare whether the fields match, listing any differences.
A write-operation result summary and a discrepancy report to verify cross-database correctness.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Safely explore and analyze data across multiple databases with read-only access.
Connect to MongoDB for queries, document management, schema analysis, and operations.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.
Connect LLM apps to query and manage multiple databases through one tool.
Access multiple SQL databases with schema discovery, caching, and safety controls.