Back to Home
mmcdermott-ashleyne icon

fde_sql_mcp

Verified Safe

by mmcdermott-ashleyne

Overview

Provides an MCP server for programmatically interacting with on-prem SQL Server instances using Windows authentication, offering tools to enumerate database objects.

Installation

Run Command
python -m fde_sql_mcp.server

Environment Variables

  • SQL_SERVER_HOST

Security Notes

The server relies on Windows authentication (Trusted_Connection=yes) and explicitly externalizes SQL Server connection details to 'fde_sql_mcp.config.json' or environment variables, avoiding hardcoded secrets. All SQL queries used by the tools are fixed strings targeting system views ('sys.databases', 'sys.tables', etc.), which inherently mitigates SQL injection risks. The 'pyodbc' library is a standard and secure choice for database connectivity. 'TrustServerCertificate' is configurable. No 'eval' or obfuscation found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-16

Tags

SQL ServerWindows AuthOn-PremisesDatabase ManagementMCP