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
No command providedSecurity 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
jewei-mssql-mcp-server
Provides a Micro-Agent Protocol (MCP) server for querying Microsoft SQL Server databases and retrieving table structures.
mcp-poc
A self-contained .NET Model Context Protocol (MCP) server for local development and NuGet publication, offering tools for calculations, CEP lookups, random number generation, and history tracking, integrated with AI assistants like Copilot.
mssql-mcp-server
Provides an enterprise-grade Model Context Protocol server for Microsoft SQL Server, enabling schema discovery, data operations, profiling, and administration with strong governance controls.
Multi-database-sql-mcp-server
Provides a Model Context Protocol (MCP) server for AI assistants and applications to interact with multiple Azure SQL databases.