@butterbase/mcp
Butterbase MCP server — manage schemas, auth, functions, storage, RAG, realtime, and deploys on Butterbase from any MCP-capable client.
pinned to #5bbee97updated 2 weeks 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
2 weeks 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
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.5bbee97· 2 weeks ago
Safety
21Dependencies: 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- releasecurrent5bbee97warn2 weeks 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
agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
codex-control-plane-mcp
Durable MCP control plane for long-running Codex Desktop tasks.
@remote-mcp/example
@remote-mcp/example MCP server
mh install mcps/butterbase-mcp