Back to Home
kazheko icon

db-mcp-server

Verified Safe

by kazheko

Overview

Hosts a Model Context Protocol (MCP) server exposing a stubbed MSSQL query tool for structural data previewing to LLM clients.

Installation

Run Command
npm run dev:mcp

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-01

Tags

MCPMSSQLStubToolingTypeScript