natuleadan/mcp-backend
Local MCP server compatible with any studio-based AI client. Provides direct PostgreSQL access, Supabase Storage operations, Iceberg catalog queries and SQL seed management for the nla-fullstack backend.
Platform-specific configuration:
{
"mcpServers": {
"mcp-backend": {
"command": "npx",
"args": [
"-y",
"mcp-backend"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">mcp-backend</h1> <p align="center"><strong>MCP server with full backend access — PostgreSQL, Supabase Storage, Iceberg and seeds</strong></p>
<p align="center"> <a href="https://github.com/natuleadan/mcp-backend/releases"></a> <a href="LICENSE"></a> </p>
> ⚠️ 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, Supabase Storage operations, Iceberg catalog queries and SQL seed management for the nla-fullstack backend.
pg (direct connection)---
| Tool | Description | |------|-------------| | query_db | Run SELECT queries on PostgreSQL | | execute_sql | Execute arbitrary SQL (INSERT/UPDATE/DELETE) | | execute_rls_sql | Execute SQL with RLS context (impersonate user) | | list_tables | List all public tables |
| 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
Loading reviews...