Skip to main content
Glama
cookieark7

DevVault MCP

by cookieark7

Related Servers

Alternatives to DevVault MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables safe interaction with PostgreSQL databases through read-only queries, schema exploration, and performance analysis.
      152 npm
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables Claude to interact with a local PostgreSQL database through SQL queries, schema inspection, and CRUD operations.
      8
      152 npm
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Provides read-only access to PostgreSQL databases with schema inspection, query execution in multiple formats (JSON, CSV, Markdown), and query history tracking with built-in security features.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to query and manage local PostgreSQL databases through SQL execution and schema exploration tools. It supports both read-only queries and write operations including table creation and data modification via natural language.
      33 npm
      ISC
    • F
      license
      A
      quality
      C
      maintenance
      Enables safe read-only exploration and querying of a PostgreSQL database, listing tables and executing SELECT statements.
      2
      -

    TDQS

    A4/5.0

    Scored across 7 tools

    Disambiguation4/5

    Most tools have distinct purposes: querying, writing, seeding, and introspection. However, run_query and run_write are clear opposites, and count_rows overlaps slightly with db_info/list_tables in terms of database introspection, though they serve different specific needs.

    Naming Consistency5/5

    All tool names use a consistent verb_noun pattern: run_query, run_write, seed_dummy, db_info, list_tables, describe_table, count_rows. Each name clearly indicates the action and the target, making the set highly predictable.

    Tool Count4/5

    With 7 tools, the count is well within the ideal range for a database management server. Each tool covers a core operation (query, write, seed, introspect), and none feel redundant. A couple more tools for advanced operations (e.g., transactions, backups) could be added, but the current count is appropriate.

    Completeness4/5

    The server covers essential database operations: querying, writing, seeding dummy data, and introspection (list tables, describe schema, row counts). It lacks tools for schema modification or data deletion scoped by ID, but the primary workflows for development (read, write, seed, introspect) are well covered.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues