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.