Command Palette

Search for a command to run...

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

Delete Mcp Backend

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

Local MCP server compatible with any studio-based AI client. Provides direct PostgreSQL access, Supabase Storage operations, Iceberg catalog queries and SQL see

GitHubEmbed

Описание

Local MCP server compatible with any studio-based AI client. Provides direct PostgreSQL access, Supabase Storage operations, Iceberg catalog queries and SQL seed management.

README

mcp-backend

mcp-backend

MCP server with full backend access — PostgreSQL, Storage (Supabase or S3), Iceberg and seeds

GitHub release MIT License PostgreSQL Storage In Development 32 Tools

⚠️ Active Development — APIs and tools may change without prior notice. Use tagged releases (vX.Y.Z) for stability.


Local MCP server compatible with any studio-based AI client. Provides direct PostgreSQL access, storage operations (Supabase or S3), Iceberg catalog queries and SQL seed management.

Stack

  • Database: PostgreSQL via pg (direct connection)
  • Storage: Supabase Storage or S3-compatible (MinIO, RustFS, SeaweedFS, AWS)
  • Data Lake: Apache Iceberg REST Catalog
  • Protocol: MCP over stdio

Tools (32 Total)

Database (5)

Tool Description
query_db Run SELECT queries on PostgreSQL
execute_sql Execute arbitrary SQL (INSERT/UPDATE/DELETE) with transaction support
execute_sql_file Execute SQL file content (PL/pgSQL blocks, multi-statement scripts) with transaction support
execute_rls_sql Execute SQL with RLS context (impersonate user role — supabase mode only)
list_tables List all public tables

Seeds (4)

Tool Description
list_seed_files List available SQL seed files in base/ and data/
run_base_seed Run base seed files (languages, countries, settings, navigation)
run_data_seed Run data seed files (users, products, courses, articles)
run_all_seeds Run base + data seeds in order

Storage (11)

Tool Description
list_buckets List all storage buckets
list_files List files in a bucket with pagination
get_signed_url Generate a signed URL for a file (private buckets)
get_public_url Get the public URL for a file (public buckets)
upload_file Upload a file to a bucket with MIME type detection
delete_file Delete a file from a bucket
download_bucket Download files from storage to local buckets/ folder (all buckets, one bucket, specific folder, or single file)
bulk_upload_files Upload multiple files or entire folder with selective file extension filtering (e.g., ignore .sql, .tmp) and optional storage prefix
manage_bucket Create, update, empty or delete a storage bucket
generate_and_update_signed_url Generate signed URL and atomically update DB table with URL + expiration timestamp

Iceberg (3)

Tool Description
list_iceberg_tables List foreign tables in the iceberg schema (via FDW)
query_iceberg SELECT from an Iceberg foreign table via Postgres FDW with filters
list_iceberg_catalog_tables List tables from the Iceberg REST Catalog directly

RPC (1)

Tool Description
call_rpc Call a PostgreSQL RPC function with named arguments

Bootstrap (1)

Tool Description
bootstrap_iceberg Bootstrap Iceberg schema and foreign data wrapper

Schema & Query Analysis (4)

Tool Description
table_info Describe table schema (columns, types, constraints, indexes)
column_stats Get column statistics (cardinality, NULL%, data distribution)
validate_sql Parse SQL without executing to catch syntax errors
query_with_explain Run query with EXPLAIN ANALYZE for performance debugging

Observability (3)

Tool Description
active_queries List long-running queries with duration and state
database_stats Table sizes, row counts, and growth metrics
index_info List indexes with size, scan count, and usage stats

Setup

See INSTALL.md for full setup instructions.

cp .env.example .env   # fill in your credentials
pnpm install
pnpm start             # start MCP server

Seed structure

Seeds are organized in two directories (not committed — client-specific):

base/   ← company info, languages, countries, currencies, navigation, SEO
data/   ← users, products, courses, articles, pages

Run order: base/ always before data/.


Environment variables

Variable Description
BACKEND_MODE supabase (full) or postgres (DB + S3 storage)
POSTGRES_URL PostgreSQL connection string
SUPABASE_URL Supabase project URL (required in supabase mode)
SUPABASE_PUBLISHABLE_KEY Supabase anon/publishable key (supabase mode)
SUPABASE_SECRET_KEY Supabase service role key (supabase mode)
STORAGE_ENDPOINT_URL S3-compatible endpoint (required in postgres mode)
STORAGE_ACCESS_KEY_ID S3 access key (postgres mode)
STORAGE_SECRET_ACCESS_KEY S3 secret key (postgres mode)
STORAGE_BUCKET Default S3 bucket name (postgres mode)
STORAGE_REGION S3 region (default: us-east-1)
CATALOG_URI Iceberg REST Catalog URI
ICEBERG_TOKEN Bearer token for Iceberg catalog
ICEBERG_WAREHOUSE Iceberg warehouse name
ICEBERG_NAMESPACE Iceberg namespace (default: audit)
AWS_ACCESS_KEY_ID S3-compatible access key
AWS_SECRET_ACCESS_KEY S3-compatible secret key
S3_ENDPOINT S3-compatible endpoint URL

Community

Contributions are subject to natuleadan review policies and terms.

Thanks to all contributors:

natuleadan leojara95


Star History

Star History Chart

License

MIT © Leonardo Jara

from github.com/nla-agent/delete-mcp-backend

Установка Delete Mcp Backend

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

▸ github.com/nla-agent/delete-mcp-backend

FAQ

Delete Mcp Backend MCP бесплатный?

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

Нужен ли API-ключ для Delete Mcp Backend?

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

Delete Mcp Backend — hosted или self-hosted?

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

Как установить Delete Mcp Backend в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

wenb1n-dev/SmartDB_MCP

A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim

wenb1n-devавтор: wenb1n-dev

Postgres Server

This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools

madhurprashавтор: madhurprash

Postgres

Query your database in natural language

Anthropicавтор: Anthropic

PostgreSQL

Read-only database access with schema inspection.

modelcontextprotocolавтор: modelcontextprotocol

Redis

Interact with Redis key-value stores.

modelcontextprotocolавтор: modelcontextprotocol

SQLite

Database interaction and business intelligence capabilities.

modelcontextprotocolавтор: modelcontextprotocol

mxcp

Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.

raw-labsавтор: raw-labs

tadas-github/a2asearch-mcp

MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access

tadas-githubавтор: tadas-github

julien040/anyquery

Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi

julien040автор: julien040

drakonkat/wizzy-mcp-tmdb

A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.

drakonkatавтор: drakonkat

Compare Delete Mcp Backend with

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

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

Автор?

Embed-бейдж для README

Похожее

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