This MSSQL MCP server, created by Jexin Sam, enables secure interaction between AI assistants and Microsoft SQL Server databases. Built with Python and leveraging the Model Context Protocol, it provides a controlled interface for listing tables, reading data, and executing SQL queries. The implementation focuses on safety and structure, offering a standardized way to explore and analyze MSSQL databases. It's particularly useful for applications requiring AI-driven database operations, enabling use cases such as automated data analysis, dynamic reporting, and intelligent database exploration without direct exposure to SQL Server complexities.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
List all tables in the database. This action is read-only and idempotent.
Execute read-only SELECT queries. This action is read-only and idempotent.
Execute any SQL statement including SELECT, INSERT, UPDATE, DELETE, and DDL. This action is destructive.