Skip to main content
Glama
453,312 tools. Updated 2026-08-13 18:23

"Pug" matching MCP tools:

  • Find the database tables relevant to a natural language question, returning their DDL, columns, and foreign-key relationships so you can write joins without examining the entire schema.
    MIT
  • Fetch full table schema details by name, listing columns, types, primary key, and foreign keys to discover related tables in PostgreSQL.
    MIT
  • Plan a SELECT query to estimate its cost before execution, useful for large tables, missing WHERE clauses, or multiple joins. Avoids running the query, showing only the plan.
    MIT
  • Execute read-only SQL queries to fetch PostgreSQL rows, blocking writes and returning result sets.
    MIT
  • Identify replication slowness caused by large transactions spilling decode work to disk, using stats from pg_stat_replication_slots.
    GPL 3.0

Matching MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    A secure PostgreSQL Model Context Protocol server that provides read-only database access through tools like schema listing, object inspection, query execution, and EXPLAIN analysis, with database-enforced access control via read-only transactions and a minimal role rather than SQL text parsing.
    7
  • A
    license
    A
    quality
    B
    maintenance
    Enables interaction with the Polish National Register of Borders (PRG) data, currently providing health status monitoring and a server skeleton for future data retrieval features.
    1
    1
    European Union Public 1.2

Matching MCP Connectors

  • Explains the cause of a wedged logical replication subscription, identifies the conflicting row from the subscriber log, and presents two fixes: resolve the conflict or skip the offending transaction.
    GPL 3.0
  • View pending changes in a logical replication slot without consuming them. Returns up to a specified number of change records.
    GPL 3.0
  • Store local files or inline content as objects with optional client-side encryption. Data is replicated across providers and cryptographically verified.
    MIT
  • Retrieve the raw .d.ts type declarations for an npm package@version to get exact signatures, generics, overloads, and option-object shapes that summaries miss.
    MIT
  • Check service status, performance metrics, trust score, and pricing for crypto token risk intelligence. Verify the service is operational before making paid calls.
    MIT
  • Inspect PostgreSQL logical replication subscriptions to identify apply-lag signals by reviewing subscription metadata, worker state, and LSN positions.
    GPL 3.0
  • Advance a PostgreSQL logical replication slot to a specified LSN, discarding all changes before that point. Requires exact slot name and target LSN; dry-run by default.
    GPL 3.0
  • Remove a PostgreSQL replication slot by exact name to release pinned WAL and force subscriber re-creation.
    GPL 3.0
  • Check active walsender connections on the publisher, displaying per-connection state, write/flush/replay lag, and sync status to identify replication delays.
    GPL 3.0
  • Report apply and tablesync error counts per subscription to identify stuck subscriptions by checking apply_error_count in pg_stat_subscription_stats.
    GPL 3.0
  • Analyze token security risks before transactions by evaluating rug pull potential, honeypot detection, deployer history, and holder concentration to provide risk scores and safety recommendations.
    MIT
  • Monitor cryptocurrency tokens for risk changes, rug pulls, or price drops and receive real-time alerts via webhook notifications.
    MIT