RDSMCP
Verified Safeby bobtherdsman
Overview
Assess SQL Server instances for migration compatibility to AWS RDS.
Installation
python server.pySecurity Notes
The tool connects to specified SQL Server instances, requiring network access. It uses `Trusted_Connection=yes` or explicit credentials. The connection string uses `Encrypt=yes;TrustServerCertificate=yes`, where `TrustServerCertificate=yes` bypasses certificate validation, potentially allowing MITM attacks if not used in a secure, trusted environment. The core SQL query utilizes `sp_MSforeachdb`, which can be a SQL injection risk if the inner queries were dynamically constructed from untrusted user input; however, in this implementation, the inner queries are fixed and use `?` only for database names derived internally from `sys.databases`, mitigating this specific risk. No hardcoded credentials or `eval` statements were found.
Similar Servers
MsSqlMCP
Provides an MCP Server for SQL Server database schema inspection and safe, read-only query execution to AI clients.
mssql-mcp-server
Enterprise-grade Model Context Protocol server for Microsoft SQL Server, enabling AI tooling for schema discovery, data profiling, data operations, and administration in enterprise database workflows.
mssql-mcp
Enables AI assistants to interact with both local SQL Server and Azure SQL Database through natural language queries and commands.
mcp-sql-server
Provides AI assistants with safe, read-optimized access to SQL Server databases.