diff --git a/docs/databases.md b/docs/databases.md index bb191967c..ef0cd1d52 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -298,3 +298,4 @@ Servers providing interfaces to various database types like SQL, NoSQL, Vector D - [daedalus/mcp-sqlite3](https://github.com/daedalus/mcp-sqlite3) - MCP server exposing sqlite3 library functionality. - [stucchi/db-mcp-server](https://github.com/stucchi/db-mcp-server): Database MCP server for MySQL, PostgreSQL, and MongoDB with SSH tunneling support. Run queries, explore schemas, and manage data across multiple database types. +- [haymon-ai/dbmcp](https://github.com/haymon-ai/dbmcp): Connect AI assistants to MySQL, MariaDB, PostgreSQL, and SQLite databases through an MCP server with schema discovery, query execution, read-only mode, and optional PII redaction.