Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Zynx Supabase Server

БесплатноНе проверен

Real TypeScript MCP server for connecting Zynx agents to Supabase through safe, allowlisted tools.

GitHubEmbed

Описание

Real TypeScript MCP server for connecting Zynx agents to Supabase through safe, allowlisted tools.

README

Real TypeScript MCP server for connecting Zynx agents to Supabase through safe, allowlisted tools.

Tools

  • get_agent_health — check MCP server health
  • list_allowed_tables — show table allowlist and limits
  • query_table — read rows from allowlisted Supabase tables
  • search_memory — keyword search over Zynx memory table
  • add_memory — persist project, research, coding, or automation memory
  • create_project — create a project orchestration record
  • list_workspace_files — list files under configured workspace roots
  • read_workspace_file — read small text files under configured workspace roots

Install

cd zynx-supabase-mcp
cp .env.example .env
npm install
npm run build
npm start

Required .env

ZYNX_ENV=development
SUPABASE_URL=https://YOUR_PROJECT_ID.supabase.co
SUPABASE_KEY=YOUR_SUPABASE_SERVICE_ROLE_OR_SERVER_KEY
ZYNX_ALLOWED_TABLES=zynx_projects,zynx_project_tasks,zynx_memory,zynx_audit_logs,zynx_documents,zynx_vectors,zynx_tool_runs
ZYNX_DEFAULT_LIMIT=10
ZYNX_MAX_LIMIT=100
ZYNX_AUDIT_TABLE=zynx_audit_logs
ZYNX_ENABLE_AUDIT=true
ZYNX_WORKSPACE_ROOTS=/Users/kant/zynx-supabase-mcp
ZYNX_MAX_FILE_BYTES=200000

Use .env.staging.example and .env.production.example as profile templates when those environments are created.

Gemini CLI registration

Option A: command line:

gemini mcp add zynx-supabase node /ABSOLUTE/PATH/TO/zynx-supabase-mcp/dist/index.js

Option B: copy config/gemini-settings.example.json into your Gemini CLI settings and replace values.

Test prompts

Use get_agent_health from zynx-supabase.
Use list_allowed_tables from zynx-supabase.
Use query_table to read 5 rows from zynx_memory.
Search Zynx memory for MCP architecture.
List workspace files from /Users/kant/zynx-supabase-mcp.
Add this project decision to Zynx memory.
Create a Zynx project named Zynx MCP Dev.

Security rules

  • Never expose SUPABASE_KEY in frontend code.
  • Keep .env out of git.
  • Keep ZYNX_ALLOWED_TABLES narrow.
  • Keep ZYNX_MAX_LIMIT small.
  • Prefer read-only database roles/RPC in production.
  • Enable Supabase RLS where possible.

Optional Supabase starter schema

See:

supabase/schema.example.sql

It creates starter tables for:

  • zynx_audit_logs
  • zynx_memory
  • zynx_projects
  • zynx_project_tasks
  • zynx_tool_runs
  • zynx_documents
  • zynx_vectors

See docs/architecture.md for the dev-first plan that still supports staging and production.

Helper script

After npm run build:

./scripts/register-gemini.sh

from github.com/chanonwankaew-ui/zynx-supabase-mcp

Установка Zynx Supabase Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/chanonwankaew-ui/zynx-supabase-mcp

FAQ

Zynx Supabase Server MCP бесплатный?

Да, Zynx Supabase Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Zynx Supabase Server?

Нет, Zynx Supabase Server работает без API-ключей и переменных окружения.

Zynx Supabase Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Zynx Supabase Server в Claude Desktop, Claude Code или Cursor?

Открой Zynx Supabase Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Zynx Supabase Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development