db-mcp-server
Verified Safeby kazheko
Overview
Hosts a Model Context Protocol (MCP) server exposing a stubbed MSSQL query tool for structural data previewing to LLM clients.
Installation
npm run dev:mcpSecurity Notes
The server explicitly uses a `StubMssqlAdapter` which is designed to never open network sockets or use credentials, mitigating direct database access risks. Input SQL queries are only used for string matching (`includes`) to select templates or simulate errors, not for direct execution. No 'eval' or similar dangerous dynamic code execution patterns are observed. The `StdioServerTransport` implies IPC communication rather than open network ports. The primary dependency `@modelcontextprotocol/sdk` handles core server logic and may involve `cross-spawn` for process management, which is typical for SDKs but not directly controlled by this server's specific implementation with user input.
Similar Servers
dbhub
A database gateway that exposes SQL data sources via a RESTful API and the Model Context Protocol (MCP), enabling structured interaction with multiple database types.
mcp_ohmy_sql-project
A Model Context Protocol (MCP) server that connects AI assistants to various SQL databases, providing intelligent query optimization, schema introspection, and secure, token-efficient data interaction.
mysql-mcp-server
Acts as a read-only MySQL server proxy that exposes database introspection and query execution tools to AI clients via the Model Context Protocol (MCP) or a REST API.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.