Zynx Supabase Server
FreeNot checkedReal TypeScript MCP server for connecting Zynx agents to Supabase through safe, allowlisted tools.
About
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 healthlist_allowed_tables— show table allowlist and limitsquery_table— read rows from allowlisted Supabase tablessearch_memory— keyword search over Zynx memory tableadd_memory— persist project, research, coding, or automation memorycreate_project— create a project orchestration recordlist_workspace_files— list files under configured workspace rootsread_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_KEYin frontend code. - Keep
.envout of git. - Keep
ZYNX_ALLOWED_TABLESnarrow. - Keep
ZYNX_MAX_LIMITsmall. - 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_logszynx_memoryzynx_projectszynx_project_taskszynx_tool_runszynx_documentszynx_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
Installing Zynx Supabase Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/chanonwankaew-ui/zynx-supabase-mcpFAQ
Is Zynx Supabase Server MCP free?
Yes, Zynx Supabase Server MCP is free — one-click install via Unyly at no cost.
Does Zynx Supabase Server need an API key?
No, Zynx Supabase Server runs without API keys or environment variables.
Is Zynx Supabase Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Zynx Supabase Server in Claude Desktop, Claude Code or Cursor?
Open Zynx Supabase Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Zynx Supabase Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
