Back to Home

mcp-server

by SBourrier

Overview

A C# .NET 8 MCP server that allows LibreChat to retrieve SQL Server version information via a provided connection string.

Installation

Run Command
No command provided

Security Notes

The `tools/call` method accepts a `connectionString` as an argument, allowing users to specify arbitrary SQL Server connection details. This poses a significant risk for unauthorized database access or data exfiltration if the MCP server is exposed to untrusted clients or networks, or if users within LibreChat are not fully trusted. Using `TrustServerCertificate=True` further weakens security for SQL connections. It should only be run in highly controlled and trusted environments with strict network isolation and access controls.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-17

Tags

C#.NETSQL ServerDockerMCP