Skip to main content
Glama
133,413 tools. Last updated 2026-05-25 15:09

"Microsoft SQL Server database management system" matching MCP tools:

  • Run SQL queries to analyze, modify, or troubleshoot Heroku PostgreSQL databases. Execute commands or file-based queries with credential management for direct database access.
    Apache 2.0
  • Discover available databases on SQL Server by querying sys.databases, excluding system databases by default and respecting blocklist configurations to identify accessible data sources.
    Apache 2.0
  • Establish connection to SQL Server databases using environment variables for host, credentials, and database configuration. Returns connection status with host, database, and timestamp details.
    Apache 2.0
  • Discover accessible databases on SQL Server by querying sys.databases, excluding system and blocked databases by default, with options to include system databases.
    Apache 2.0
  • Execute a read-only SQL SELECT query on a specified SQL Server and database. Retrieve data safely without modification.
    MIT
  • Close all active connections to the SQL Server database to free resources, ensure clean shutdowns, or prepare for maintenance. Returns disconnection status and count of closed connections.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.

  • UK pest, disease, and weed management — symptom diagnosis, IPM, approved products

  • Close all active connections to the SQL Server database and return the disconnection status with count of closed connections.
    Apache 2.0
  • Retrieve all databases on a SQL Server instance, including names, IDs, states, and creation dates. Provide the server name obtained from list_servers.
    MIT
  • Establish a connection to Microsoft SQL Server databases using environment variables for configuration, enabling database interactions through the MCP server.
    Apache 2.0
  • Retrieve a comprehensive list of all tables within a Microsoft SQL Server database using the MCP server, enabling efficient database exploration and management.
    MIT
  • Retrieve all database names from a Microsoft SQL Server instance to manage connections and identify available data sources.
    MIT
  • Execute SQL queries on Microsoft SQL Server databases to retrieve, modify, or analyze data using connection parameters or a connection string.
    MIT
  • Execute SQL queries on a MySQL server through a controlled interface for safe database exploration and data manipulation.
    MIT
  • Execute SQL queries on SQL Server databases to retrieve, analyze, or modify data through a secure connection with configurable access levels.