Skip to main content
Glama
604,444 tools. Updated 2026-09-23 20:43

"Databases or database systems written in Python, like Postgres" matching MCP tools:

  • Provision a managed database or storage addon (Postgres, Redis, S3) in a Lizard project. Each call creates a new addon, never updates an existing one.
    MIT
  • List available reference-variable templates, like Postgres connection strings, to inject into another service's secrets.
    MIT
  • List all configured Airflow connections to external systems (databases, APIs, services) and retrieve their metadata such as connection ID, type, host, port, and schema. Passwords are never returned for security.
    Apache 2.0
  • List tables and views in a Teradata database. Specify a database name to narrow the results, or leave it empty to scan all databases. Persist the list as a volatile table when needed.
    MIT
  • Lists databases or schemas in a Teradata system, with optional filtering for user-created databases only. Use to identify available databases before querying.
    MIT

Matching MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server for the July 2026 survey of AI in open-source design systems, enabling agents to query 19 systems' affordances, coercion techniques, and platform data via 9 tools, 2 resources, and 2 prompts.
    4
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables LLMs and agents to interact with relational databases (SQL Server, MySQL, PostgreSQL) through MCP tools. Supports executing queries, inserting records, listing tables, and exposing database schemas with secure credential management.
    -

Matching MCP Connectors

  • Repairs corrupted database tables asynchronously to resolve database errors, crashes, or corruption. Provide the full database name to initiate the repair process.
    MIT
    Destructive
  • Obtain the Docker command to self-host the ComindMCP gateway, with options for embedded Postgres, external Postgres, or in-memory storage.
    MIT
  • 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
  • Retrieve all available data lake databases in Panther's security monitoring platform to identify and access security log repositories for investigation.
    Python
    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
  • Run SQL queries on DuckDB or MotherDuck databases. Unqualified table names resolve automatically to the current database and schema.
    MIT
    Destructive
  • List all databases in the current connection to view attached DuckDB or MotherDuck databases. Useful when multiple databases are attached.
    MIT
  • Retrieve product categories like operating systems, programming languages, and databases to explore software lifecycle information organized by type.
    MIT
  • Get information about NCBI Entrez databases. Specify a database name for detailed info including description, record count, and searchable fields, or leave empty to list all databases with counts.
    MIT
  • List configured database connections to see available databases, drivers, and servers without exposing credentials. Use before other database tools.
    MIT
  • 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
  • Map a UniProtKB accession to primary external identifiers from databases like PDB, Ensembl, GeneID, and Pfam. Optionally restrict to specific databases for targeted cross-referencing.
    MIT
  • List all configured database connections and their dialects to see available databases before running queries.
    MIT