MSSQL
Summary
A TypeScript-based MCP server for executing SQL queries and managing connections to Microsoft SQL Server databases. Built with robust error handling, security features, and comprehensive configuration options, it provides tools for querying databases, listing tables and schemas, and handling complex database interactions through a standardized interface. Useful for developers and data professionals needing programmatic access to MSSQL databases with strong validation and error management.
Available Actions(1)
query
Execute a SQL query on a MSSQL database. Parameters: connectionString (string, optional), host (string, optional), port (number, optional), database (string, optional), username (string, optional), password (string, optional), query (string, required), encrypt (boolean, optional), trustServerCertificate (boolean, optional)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论