Skip to main content
Glama
180,147 tools. Last updated 2026-06-06 01:32

"understanding-sql-server-schema-and-querying" matching MCP tools:

  • Retrieve the schema, sample data, and row count of a parquet file to analyze its structure before querying. Ideal for understanding columns, data types, and preparing SQL queries efficiently.
    MIT
  • Generate example SQL queries for blockchain datasets using DuckDB. Streamline querying and schema inspection for Ethereum data with workflow tips. Enhance efficiency in blockchain data analysis.
    MIT
  • Discover database tables and views in SQL Server with optional filtering by schema, name pattern, or view inclusion to analyze database structure.
    Apache 2.0
  • Access the complete database schema, relationships, and SQL patterns to understand Shopify store data structure before querying.
    MIT
  • Discover and filter database tables and views in SQL Server to analyze schema structure and locate specific data objects.
    Apache 2.0
  • Discover and filter stored procedures in SQL Server databases by schema or name pattern to analyze database structure and manage procedures.
    Apache 2.0

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that provides persistent memory for database schemas by storing table structures and metadata in a local SQLite file. It enables LLMs to save, retrieve, and manage database snapshots to maintain a structured understanding of database architectures.
    Last updated
    5
    MIT

Matching MCP Connectors

  • Execute SQL files for database migrations, schema changes, or data imports. Supports atomic transactions, validation preview, and pattern stripping for compatibility.
    MIT
  • Discover available SQL Server instances before querying. Use this tool to list server names for subsequent data retrieval.
    MIT
  • Execute SQL queries with parameterized statements to prevent injection. Supports transactions, multiple statements, and schema hints for database management.
    MIT
  • Retrieve the SQL definition and column structure of PostgreSQL views to understand database schema and query logic.
    MIT
  • 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 and return the disconnection status with count of closed connections.
    Apache 2.0
  • Fetch option chain data and load it into an SQL database for analysis using SQL queries. This tool enables structured querying of options data for the specified underlying symbol.
    MIT
  • Discover and filter stored procedures in SQL Server databases by schema or name pattern to analyze database structure and manage procedures effectively.
    Apache 2.0
  • Retrieve the full schema of an explore, listing all dimensions, measures, filters, and parameters available for querying.
    Apache 2.0
  • Execute SQL queries safely with full schema awareness to interact with databases. Use get_schema() to analyze the database structure before querying.
    MIT
  • Retrieve stored procedures from a Microsoft SQL Server database, optionally filtered by schema. Supports database exploration and understanding via natural language.
    MIT
  • Retrieves accessible databases from SQL Server, with options to include system databases or filter by name pattern using LIKE syntax.
    MIT