diabase
Provides agent-safe control plane for Supabase, enabling AI agents to manage schema, edge functions, auth workflows, and storage with plan/approve workflows and audit trail.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@diabaseplan to create a new 'analytics' table in Supabase"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Diabase
Read this in: Italiano
Agent-safe control plane for Supabase, self-hosted or cloud.
Diabase lets AI agents (Claude Code, or any LLM via API) operate and manage your entire Supabase backend — schema, edge functions, auth workflows, storage — while you watch every move from a modern GUI and stay in charge of the decisions that matter.
⚠️ Status: early development. Nothing here is ready for production use yet. Follow along or star the repo — the first usable release will be announced.
Why
Supabase's official MCP executes directly against your production project: no plan, no diff, no staged approval, no audit trail. Diabase is the opinionated layer that makes agent-driven backend management safe enough for a company to allow:
Plan & Approve — large operations become a readable plan you approve, reject, or amend; destructive steps are highlighted
Audit trail — every action, human or AI, recorded append-only
Adapters — the same experience against Supabase self-hosted or Supabase Cloud
Projects — Claude-style workspaces with their own system prompt, context files and autonomy level
Your LLM, your choice — Claude Code CLI (subscription) or pay-per-use API, configured in settings
Related MCP server: Supabase MCP
Quickstart (Docker)
docker compose up -dOpen http://localhost:8000 and sign in with admin / admin — you are forced
to rotate the password on first login. Data (database and generated secret key)
lives in the diabase-data volume; set DIABASE_PORT or DIABASE_ALLOWED_HOSTS
in the environment to change the defaults.
Optional knowledge graph — a temporal graph memory (Graphiti + Neo4j) over audited actions and chat:
docker compose --profile graph up -dThen enable it in the graph settings with two connections: an extraction LLM (Anthropic or OpenAI-compatible) and an OpenAI-compatible embedder (Ollama works). Without the profile — or with Neo4j down — Diabase behaves exactly as before: the graph is an enhancement, never a requirement.
The Claude Code CLI backend needs the CLI installed, which the image does not ship. Inside the container use API connections (Anthropic or any OpenAI-compatible endpoint); the Claude Code backend works in a source checkout.
For development, run from source instead:
uv run python manage.py migrate
uv run python manage.py runserver 8001License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA control plane for AI agents and human supervisors. Persistent task registry with scoped permissions, inter-agent delegation, and full provenance — all accessible via MCP. Deploy on Supabase free tier in 3 commands.4110Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server enabling AI assistants to perform CRUD operations on a Supabase database via a standardized interface.193MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for self-hosted Supabase with RLS-aware PostgreSQL and PostgREST layers, enabling safe database introspection, SQL queries, and PostgREST access via natural language.MIT
- FlicenseAqualityBmaintenanceAn MCP server that enables AI agents to securely interact with PostgreSQL databases with least-privilege scopes, PII masking, and human approval for writes.4
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/francescoridolfi/diabase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server