Butterbase MCP server โ manage your backend: schemas, auth, functions, storage, RAG, deploys.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
AI-native, open-source backend-as-a-service.
Postgres ยท Auth ยท Storage ยท Functions ยท AI Gateway ยท MCP server
Website ยท Discord ยท LinkedIn ยท Self-host ยท Docs ยท Roadmap ยท Examples ยท Contributing
Butterbase gives you the building blocks for AI-driven applications without lock-in: a Postgres-backed backend with row-level security, serverless functions, an LLM gateway, realtime subscriptions, key-value store, file storage, RAG, durable per-key actors, and a built-in Model Context Protocol (MCP) server so agents can operate your backend with tools instead of glue code.
Data
/schema), automatic REST endpoints (/auto-api), and migrations./rls)./v1/:app/kv/*). New in v0.2.0./storage).Compute
/functions)./durable-objects)./realtime)./edge-ssr, /edge-ssr-from-source)./frontend, /custom-domains).AI
/gateway, /ai-config)./rag)./integrations).Identity & ops
/auth, /oauth-config, /api-keys)./audit-logs)./webhooks).scripts/move-app/).Agent surface
/mcp (HTTP) or via stdio (@butterbase/mcp โ npx @butterbase/mcp).packages/plugin (submodule of butterbase-skills) ships 30+ guided skills (idea โ plan โ schema โ auth โ functions โ deploy โ submit) for agentic app building.This repo ships the runtime data plane โ everything required to self-host a fully featured Butterbase instance. The managed offering at butterbase.ai adds multi-region orchestration, billing, upstream AI router adapters, lease-based quota enforcement, and ops dashboards (those live in a private repo that consumes this one as a submodule).
When you self-host, the AI gateway runs without upstream router adapters, billing uses a no-op provider, and quotas are unlimited. Wire your own implementations via the BillingProvider, QuotaEnforcer, and RouterAdapter interfaces in packages/shared.
Requirements: Docker, Node 22+, npm.
The Claude Code plugin containing skills (packages/plugin) is a git submodule (butterbase-skills). A plain clone leaves packages/plugin/ empty and npm install silently skips that workspace.
If you already cloned without submodules:
Optional โ keep submodules updated on every pull:
docker-compose.local.yml sets KV_REDIS_URL_US_EAST_1 for you. Edit .env only if you override defaults (e.g. run control-api on the host โ use redis://localhost:6379).
First run builds images and can take several minutes.
Wait until control-api is healthy:
Schema is not applied automatically on container start. From the repo root (with the stack running):
With AUTH_ENABLED=false, the API uses DEV_OWNER_ID from compose. That user must exist in platform_users (fresh volumes start empty):
Auth is disabled in the local compose profile (AUTH_ENABLED=false):
| Service | URL / port |
|---|---|
| Control API | http://localhost:4000 |
| MCP (HTTP, via control-api) | http://localhost:4000/mcp |
| Deno runtime | http://localhost:7133 |
| Docs site | http://localhost:4321 |
| Control plane Postgres | localhost:5433 |
| Data plane Postgres | localhost:5435 |
| Runtime plane Postgres | localhost:5437 |
| LocalStack (S3) | http://localhost:4566 |
Full setup (auth, MCP clients, troubleshooting, production notes): SETUP.md.
Three Postgres planes:
db/control-plane/) โ platform metadata: users, apps, billing, audit.db/runtime-plane/) โ hot-path runtime tables (KV expose rules, realtime channels, sessions).db/data-plane/) โ per-app user data; each app gets isolated schemas with RLS.Services (services/)
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-285)<a href="https://allmcps.com/mcp/mcp-285"><img src="https://allmcps.com/api/badge/mcp-285?style=directory" alt="Butterbase Oss on AllMCPs" /></a>