Skip to main content
Glama
521,841 tools. Updated 2026-09-06 12:28

"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
  • Lists all databases or schemas in a Teradata system, with options to filter user-created databases or include all, and persist results as a volatile table.
    MIT
  • List tables and views in a Teradata database. Specify a database name to filter, or leave empty to list all. Optionally persist results as a volatile table.
    MIT

Matching MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables CRUD operations on notes stored in PostgreSQL, with tools to list, create, update, delete notes and tags. The server provides both REST API and MCP endpoints via a single FastAPI process.
    -
  • 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.
    2
    -

Matching MCP Connectors

  • Proves AI-generated Python does what you asked: lint, types, security, sandbox run, exact fixes.

  • Security + bug + perf + refactor audit for Python. Returns 0-10 score + MD report.

  • Repair corrupted database tables asynchronously to resolve database errors, crashes, or corruption. Provide the full database name from the list databases endpoint.
    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
  • 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
  • Lists all configured databases with connection status, host, port, schema, and read-only flag, enabling you to discover available options and verify connectivity before selecting a database.
    MIT
  • Retrieve a list of all PostgreSQL databases with owner, encoding, size, and connection limit information to monitor server resources and identify existing databases.
    MIT
  • Lists available database connections in the current session, showing name, engine type, and accessible databases. Triggers authentication if not yet connected.
    MIT