Back to Home
HeathLoganCampbell icon

SQLServer-MCP

Verified Safe

by HeathLoganCampbell

Overview

Exposes safe, read-focused SQL Server database exploration tools via an HTTP-based Model Context Protocol (MCP) server, primarily for consumption by MCP-compatible clients and agents, often for LLM-driven schema prompting.

Installation

Run Command
dotnet run --project SqlServer-MCP

Environment Variables

  • ConnectionStrings__SqlServer

Security Notes

The server explicitly restricts `SqlRunQuery` to read-only SELECT statements, preventing write/update/delete operations. Connection strings are managed via standard configuration (appsettings.json or environment variables). 'TrustServerCertificate=True' is mentioned for local development, which should be used with caution in production environments. No 'eval' or obvious malicious patterns found in the provided source.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-30

Tags

SQL ServerMCPHTTP API.NETDatabase ToolingLLM Integration