Skip to main content
Glama
vinay5199

Multi-Database CRUD MCP Server

by vinay5199

Related Servers

Alternatives to Multi-Database CRUD MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Exposes sqlite3 database functionality as MCP tools, enabling SQL query execution, schema management, and CRUD operations.
      1
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Provides safe, configurable SQL database access via MCP tools, enabling schema introspection, predefined queries, and structured updates with multi-backend support.
      2
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A small MCP server that manages a product inventory using SQLite, providing CRUD operations through exposed MCP tools.
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Exposes CRUD operations for products via MCP tools and a resource, sharing a common business logic layer with a GraphQL API.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides comprehensive SQLite database interaction through MCP, enabling CRUD operations, custom SQL queries, and database exploration.
      501 npm
      127
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables connecting to and querying multiple database types (PostgreSQL, MySQL, SQLite) through a unified interface. Supports managing multiple concurrent database connections with connection pooling and SQL query execution through MCP tools.
      5
      33 npm
      MIT

    TDQS

    A3.7/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: health check, create, get, list, update, delete. No overlapping functionality or ambiguity between tools.

    Naming Consistency4/5

    CRUD tools follow a consistent verb_noun pattern (create_product, get_product, list_products, update_product, delete_product). database_health breaks the pattern by being noun-only, but it is a single minor deviation.

    Tool Count5/5

    Six tools is well-scoped for a CRUD server with a health check. Each tool earns its place with no unnecessary additions.

    Completeness5/5

    The tool set covers the full product lifecycle: create, read (single and list), update, and delete. The health check adds operational coverage. No obvious gaps for the stated purpose.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues