Skip to main content
Glama
306,547 tools. Last updated 2026-07-25 12:44

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

  • Assembles a complete system prompt with database schema, object classes, properties, codelists, spatial context, and optional SQL examples and query guidelines.
    Apache 2.0
  • 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
  • Provide agents with full database management: create tables, insert, query, update, delete, import, export, and run raw SQL across SQLite, Postgres, MySQL, and Turso.
    MIT
  • Execute SQL queries on Apache Doris databases via the Doris MCP Server. Specify SQL statements, target database, row limits, and timeout settings for precise query handling and result retrieval.
    Apache 2.0
  • Execute read-only SQL queries on Microsoft SQL Server, supporting SELECT, temp table batches, and whitelisted stored procedures. Returns data as JSON or Markdown.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to connect and query Microsoft SQL Server databases using natural language, executing read-only SQL queries for safe data inspection and analysis.
    Last updated
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    MCP server that connects to SQL databases (SQLite, PostgreSQL, MSSQL, MySQL) and provides tools to run read-only queries, list schemas/tables, and manage connections via stdio transport.
    Last updated
    Apache 2.0

Matching MCP Connectors

  • 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
  • Run Dynamic Management View queries for deep metadata introspection in SSAS, covering cubes, tabular models, and server state with SELECT operations on $SYSTEM rowsets.
    MIT
  • Establish a connection to a SQL Server database using environment variables for host, user, password, and database. Returns connection status and details.
    Apache 2.0
  • Retrieve available database names from SQL Server, excluding system and blocklisted databases, with option to include system databases.
    Apache 2.0
  • Configure a new database source in the configuration file, including optional connection testing. Supports SQL Server and Snowflake via linked server.
    GPL 3.0
  • Establish a connection to Microsoft SQL Server databases using environment variables for configuration, enabling database interactions through the MCP server.
    Apache 2.0
  • 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
  • Retrieve all databases on a SQL Server instance, including names, IDs, states, and creation dates. Provide the server name obtained from list_servers.
    MIT
  • Execute a read-only SQL SELECT query on a specified SQL Server and database. Retrieve data safely without modification.
    MIT
  • Execute SQL queries with parameterized statements to prevent injection. Supports transactions, multiple statements, and schema hints for database management.
    MIT
  • Retrieve all user-defined schemas from the configured Microsoft SQL Server database to explore its structure.
    MIT
  • List databases on a SQL Server instance, filtered by environment, state, and system database inclusion. Requires server-level access and respects environment policies.
    MIT