Skip to main content
Glama
130,111 tools. Last updated 2026-05-07 01:02

"How to create and edit edge functions on Supabase" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Create AI surveys with dynamic follow-up probing directly from your AI assistant.

  • MCP server for interacting with the Supabase platform

  • Invoke a Supabase Edge Function using GET method for read-only operations. Retrieve data from your Supabase backend through serverless functions.
    MIT
  • Create, edit, and inspect files on remote hosts with line-based operations for file management tasks.
  • Execute Supabase Edge Functions via POST requests to process data and trigger serverless workflows. Send data in the request body to run custom backend logic.
    MIT
  • Test Supabase Edge Functions with sample data to verify functionality and receive responses for debugging and validation.
    MIT
  • Generate DDL for Graph Edge Contract-compliant tables or views. Produces CREATE TABLE/VIEW scripts with required lineage columns. No database connection needed.
  • Link two memories with a typed edge to map dependencies, cause/effect, supersession chains, or references. Use after memory_search to structure project knowledge.
  • Trace how a domain concept propagates through the codebase by mapping function call chains — identifies which functions produce and consume the concept, along with the full call path and file locations.
    MIT
  • Trace how a data type flows through function calls to identify all functions that pass or receive it, revealing data propagation paths.
    MIT
  • Find ranked entry points—key functions, classes, and files—to understand a concept, reducing manual search. Includes contrastive concepts to clarify boundaries. Use for 'how does X work' or 'where is X defined'.
    MIT