DatabaseMcpServer
Verified Safeby ttcc666
Overview
This server provides a unified, secure database operation interface for AI assistants, supporting a wide range of database types and dynamic switching.
Installation
DatabaseMcpServerEnvironment Variables
- DB_CONFIG_PATH
Security Notes
The server features robust security measures, including explicit SQL injection protection via parameterized queries, automatic detection and blocking of dangerous DDL/DML operations (e.g., 'DROP TABLE', 'DELETE without WHERE'), and sensitive information protection (e.g., redacting passwords in logs). Configuration is driven by external JSON files, preventing hardcoded secrets. It communicates via standard I/O (stdio), reducing network exposure for the server itself.
Similar Servers
tiger-cli
Manages Timescale Cloud database services and provides an integrated Model Context Protocol (MCP) server enabling AI assistants to programmatically interact with and query the infrastructure.
warp-sql-server-mcp
Enables AI assistants like GitHub Copilot and Warp AI to securely interact with Microsoft SQL Server databases using natural language queries, providing enterprise-grade security, performance monitoring, and data management capabilities.
photons
Photons are single-file TypeScript MCP servers designed to supercharge AI assistants with focused capabilities, providing a marketplace of tools for various domains like file operations, cloud integrations, and database management.
mssql-mcp-server
Enterprise-grade Model Context Protocol server for Microsoft SQL Server, enabling AI tooling for schema discovery, data profiling, data operations, and administration in enterprise database workflows.