Skip to main content
Glama
160,878 tools. Last updated 2026-05-29 22:43

"SQLAlchemy" matching MCP tools:

  • Execute parameterized SQL queries, persist large result sets as volatile tables, and retrieve up to 50,000 rows with truncated data notification.
    MIT
  • Create a new project with any supported framework such as Spring Boot, React, Vue, Next.js, FastAPI, and others. Configure options including TypeScript, testing, Docker, and database.
    MIT
  • Scan Python projects for patterns that break obfuscation, such as eval, exec, and dynamic attribute access. Returns severity counts, detected frameworks, and a suggested preset.

Matching MCP Servers

  • Execute SQL queries on Teradata databases using SQLAlchemy, returning results with rendered SQL metadata for analysis and management.
    MIT
  • Retrieve a list of all schema names from a connected database using SQLAlchemy via pyodbc, enabling efficient database schema management.
    MIT
  • Retrieve the Data Definition Language (DDL) for a Teradata table to view its structure and schema definition. This tool displays the complete SQL statement used to create or alter the table.
    MIT
  • Filter and retrieve table names containing a specific substring from any DBMS using SQLAlchemy connectivity via pyodbc, returning schema and table details in a structured list.
    MIT
  • Retrieve a list of tables and their details from a specified database schema using SQLAlchemy connectivity. Automatically defaults to the connection schema if none is provided.
    MIT
  • Execute SPASQL queries on databases via SQLAlchemy connectivity, enabling retrieval of structured results with customizable row limits and timeout settings.
    MIT
  • Execute SQL queries and retrieve results in JSONL format. Configure max rows, parameters, and connection URL for precise data extraction via SQLAlchemy connectivity.
    MIT
  • Retrieve table definitions, including column names, data types, and keys, from any SQLAlchemy-accessible DBMS using the MCP server's pyodbc connectivity.
    MIT
  • Analyze table usage patterns to identify relationships between database tables, supporting SQL query generation and metadata extraction for Teradata databases.
    MIT
  • Measure table and view usage by users in a Teradata schema to identify active database objects and their value through SQL analysis.
    MIT