Skip to main content
Glama
chanonwankaew-ui

Zynx Supabase MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZYNX_ENVYesEnvironment name (e.g., development, staging, production).
SUPABASE_KEYYesSupabase service role or server key.
SUPABASE_URLYesSupabase project URL, e.g., https://your_project.supabase.co.
ZYNX_MAX_LIMITYesMaximum allowed row limit for queries.
ZYNX_AUDIT_TABLEYesName of the audit log table.
ZYNX_ENABLE_AUDITYesWhether audit logging is enabled (true/false).
ZYNX_DEFAULT_LIMITYesDefault row limit for queries.
ZYNX_ALLOWED_TABLESYesComma-separated list of allowed table names.
ZYNX_MAX_FILE_BYTESYesMaximum file size in bytes for reading workspace files.
ZYNX_WORKSPACE_ROOTSYesAllowed workspace root paths, separated by colons or commas.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_agent_healthA

Check whether the Zynx Supabase MCP server is alive and configured.

list_allowed_tablesA

List Supabase tables this MCP server is allowed to read.

query_tableA

Read rows from an allowlisted Supabase table with optional equality filters.

search_memoryB

Keyword search over an allowlisted Zynx memory table using ilike.

add_memoryC

Persist project, research, coding, or automation memory in an allowlisted Supabase table.

create_projectB

Create a Zynx project record for orchestration, memory, research, coding, and automation work.

list_workspace_filesC

List files inside configured Zynx workspace roots for coding and automation tasks.

read_workspace_fileA

Read a small text file inside configured Zynx workspace roots.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chanonwankaew-ui/zynx-supabase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server