Search for:

How to normalize a database

  • Why this server?

    Enables Cursor and Windsurf to safely interact with Supabase databases by providing tools for database management, SQL query execution, and Supabase Management API access with built-in safety controls. This provides more general database management capabilities.

    -
    security
    A
    license
    -
    quality
    Enables Cursor and Windsurf to safely interact with Supabase databases by providing tools for database management, SQL query execution, and Supabase Management API access with built-in safety controls.
    7
    Python
    Apache 2.0
    • Apple
    • Linux
  • Why this server?

    Enables interaction with a MySQL database via JSON commands, supporting read-only queries, test execution of write queries, and table information retrieval through Docker. Knowing table structures is key for normalization.

    A
    security
    A
    license
    A
    quality
    Enables interaction with a MySQL database via JSON commands, supporting read-only queries, test execution of write queries, and table information retrieval through Docker.
    4
    5
    5
    JavaScript
    MIT License
  • Why this server?

    A Model Context Protocol server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries. Useful to investigate the database you want to normalize.

    -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries.
    1,219
    133
    TypeScript
    MIT License
    • Linux
    • Apple
  • Why this server?

    A template project for building custom MCP servers that enables direct access to PostgreSQL databases, allowing SQL query execution and schema information retrieval through the Model Context Protocol.

    -
    security
    A
    license
    -
    quality
    A template project for building custom MCP servers that enables direct access to PostgreSQL databases, allowing SQL query execution and schema information retrieval through the Model Context Protocol.
    3
    Python
    MIT License
    • Apple
    • Linux
  • Why this server?

    A Model Context Protocol server that enables performing PostgreSQL database operations (create, read, update, delete) on User and Post entities through MCP tools. While limited to specific entities, it shows how to manipulate data.

    -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables performing PostgreSQL database operations (create, read, update, delete) on User and Post entities through MCP tools.
    TypeScript
  • Why this server?

    Provides integration with Atlassian products through the Model Context Protocol, allowing users to interact with JIRA tickets and Confluence pages, which might involve understanding data structures related to issue tracking.

    -
    security
    F
    license
    -
    quality
    Provides integration with Atlassian products through the Model Context Protocol, allowing users to interact with JIRA tickets and Confluence pages.
    JavaScript
  • Why this server?

    A universal interface that enables AI Agents to communicate with Hologres databases, allowing them to retrieve database metadata and execute SQL operations. Good for working with this specific database.

    A
    security
    A
    license
    A
    quality
    A universal interface that enables AI Agents to communicate with Hologres databases, allowing them to retrieve database metadata and execute SQL operations.
    6
    12
    Python
    Apache 2.0
  • Why this server?

    Provides generic Open Database Connectivity (ODBC) to any Database Management System (DBMS) that's accessible via an ODBC Connector (Driver). Useful to investigate the database you want to normalize.

    -
    security
    F
    license
    -
    quality
    Provides generic Open Database Connectivity (ODBC) to any Database Management System (DBMS) that's accessible via an ODBC Connector (Driver).
    TypeScript
    • Apple
  • Why this server?

    Provides SQLAlchemy (via pyodbc) connectivity to any Database Management System (DBMS) that's accessible via SQLAlchemy. Helpful if you have existing SQLAlchemy code.

    A
    security
    A
    license
    A
    quality
    Provides SQLAlchemy (via pyodbc) connectivity to any Database Management System (DBMS) that's accessible via SQLAlchemy.
    11
    7
    Python
    Apache 2.0
    • Apple
    • Linux