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)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation