Skip to main content
Glama
347,159 tools. Last updated 2026-07-30 22:12

"Connecting to Supabase and Reading/Writing to a Database" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Transform any blog post or article URL into ready-to-post social media content for Twitter/X threads, LinkedIn posts, Instagram captions, Facebook posts, and email newsletters. Pay-per-event: $0.07 for all 5 platforms, $0.03 for single platform.

  • Convert any public webpage to a PDF. Single narrow tool, not a bloated PDF toolkit.

  • Open or reuse a tunnel to a configured database connection without connecting to the database. Returns the local host/port and tunnel_id for later tunnel management.
    MIT
  • Check whether a secret exists in a requested scope without reading its value. Use as a cheap precondition before reading or writing. Decay-aware: returns false for expired secrets.
    AGPL 3.0
  • Introspect database schema to retrieve tables, columns, types, constraints, and RLS policies. Understand database structure before writing queries.
    MIT
  • Retrieve the cached schema of a database connection, including tables, columns, and relationships. Use this before writing SQL to avoid discovery queries.
    MIT
  • Retrieve the full database schema including tables, columns, types, constraints, and RLS policies to understand structure before writing queries.
    MIT
  • Retrieve database schema details including tables, columns, types, constraints, and RLS policies to understand structure before writing queries.
    MIT