@butterbase/mcp
Butterbase MCP server — manage schemas, auth, functions, storage, RAG, realtime, and deploys on Butterbase from any MCP-capable client.
pinned to #5bbee97updated 3 months ago
Ask your AI client: “install mcps/butterbase-mcp”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/butterbase-mcpmetahub onboarded this repo on the author's behalf.
If you own github.com/butterbase-ai/butterbase on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
2,529
Last commit
3 months ago
Latest release
published
- #ai-agents
- #auth
- #baas
- #backend
- #backend-as-a-service
- #butterbase
- #database
- #mcp
- #model-context-protocol
- #open-source
- #postgres
- #serverless
- #supabase-alternative
- #typescript
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: butterbase-mcp
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.5bbee97· 3 months ago
Behavioral checks haven't run yet: the sandbox couldn't execute this artifact (it may need credentials we don't provide, or an unsupported build). An environment limit, not a verdict.
Safety
2 passed1 warningDependencies: known vulnerabilitieswarn
3 high/critical advisories — @modelcontextprotocol/[email protected] (HIGH: GHSA-345p-7cg4-v4c7) · @modelcontextprotocol/[email protected] (HIGH: GHSA-8r9q-7v3j-jr4g) (+1)
Update the affected packages, then re-publish. (`npm audit` shows the same data locally.)
LICENSE file at repo root
LICENSE
No sensitive files in the repo
scanned for .env, credentials.json, *.pem, .ssh/, AWS / GCP configs — none found
Release history
1- releasecurrent5bbee97warn3 months ago
Contents
The official Model Context Protocol server for Butterbase — manage schemas, auth, functions, storage, RAG, realtime, and deploys on Butterbase from any MCP-capable client (Claude Code, Claude Desktop, Cursor, Windsurf, etc.).
Install
npx @butterbase/mcp
Or install globally:
npm install -g @butterbase/mcp
butterbase-mcp
Configure
Add to your MCP client config (.mcp.json, claude_desktop_config.json, etc.):
{
"mcpServers": {
"butterbase": {
"command": "npx",
"args": ["-y", "@butterbase/mcp"],
"env": {
"BUTTERBASE_API_KEY": "bb_sk_your_key_here"
}
}
}
}
Get an API key at butterbase.ai.
Hosted alternative
Prefer to skip the local install? Butterbase also runs a hosted MCP endpoint:
{
"mcpServers": {
"butterbase": {
"url": "https://api.butterbase.ai/mcp",
"headers": {
"Authorization": "Bearer ${BUTTERBASE_API_KEY}"
}
}
}
}
What you can do
The server exposes tools across Butterbase's surface area, including:
- Apps & regions —
init_app,manage_app(actions: list/delete/pause/get_config/update_access_mode/secure/update_cors/set_visibility/preview_clone_env_vars/clone/get_clone_job/find_templates/set_clone_webhook/link_substrate/unlink_substrate/move/move_status/teardown_source_replica),list_regions - Schema —
manage_schema,manage_migrations - Auth —
manage_auth_config,manage_auth_users,manage_oauth - Data —
select_rows,insert_row,seed_database - Functions —
deploy_function,invoke_function,manage_function - Storage —
manage_storage - Frontends —
create_frontend_deployment,manage_frontend,manage_edge_ssr - RAG —
manage_rag_content,rag_query - Realtime & Durable Objects —
manage_realtime,manage_durable_objects - AI gateway —
manage_ai - RLS —
manage_rls - Integrations, billing, KV, API keys, audit logs, and more
See the Butterbase docs for the full list.
License
Apache-2.0 © NetGPT Inc.
Reviews
No reviews yet. Be the first.
Related
vercel-example
Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.
Prisma
Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.
Next Ai Draw Io
MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview
mh install mcps/butterbase-mcp