SQL Database Bridge

SQL Database Bridge

ryudg

Connects to SQL databases (currently MSSQL, with MySQL and PostgreSQL planned) to run queries, inspect schemas, and monitor performance through the Model Context Protocol.

7423 views1Local (stdio)

What it does

  • Execute SQL queries with parameterized statements
  • Inspect database schemas and metadata
  • Monitor query performance and statistics
  • Manage database connections with pooling
  • Run batch operations and transactions
  • Generate database reports

Best for

Database administrators managing SQL Server instancesDevelopers building database-driven applicationsData analysts exploring database structuresTeams needing AI-assisted database operations
Enterprise-grade security with SQL injection preventionReal-time performance monitoringConnection pooling for optimized performance

Alternatives