一键导入
butterbase
AI-native, open-source backend-as-a-service with a built-in Model Context Protocol server. Postgres, auth, storage, functions, AI gateway.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AI-native, open-source backend-as-a-service with a built-in Model Context Protocol server. Postgres, auth, storage, functions, AI gateway.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | butterbase |
| description | AI-native, open-source backend-as-a-service with a built-in Model Context Protocol server. Postgres, auth, storage, functions, AI gateway. |
| license | Apache-2.0 |
| category | mcp-servers |
| supported_assistants | ["claude-code","claude-desktop","cursor","windsurf","codex-cli"] |
| homepage | https://butterbase.ai |
| repository | https://github.com/butterbase-ai/butterbase |
| mcp | {"npm_package":"@butterbase/mcp","hosted_endpoint":"https://api.butterbase.ai/mcp","transport":"streamable-http","registry":"io.github.butterbase-ai/mcp"} |
AI-native, open-source backend-as-a-service with a built-in Model Context Protocol (MCP) server. Postgres data plane, auth, storage, serverless functions, AI gateway, RAG, realtime, and durable objects — all drivable by an AI agent via MCP tools.
This repo ships the open-source runtime. The managed offering at butterbase.ai adds multi-region orchestration, billing, and ops.
40+ tools across the platform's surface area, including:
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_regionsmanage_schema (declarative DSL, dry-run diffs), manage_migrationsmanage_auth_config, manage_auth_users, manage_oauthselect_rows, insert_row, seed_databasedeploy_function, invoke_function, manage_functionmanage_storage (presigned URLs, ACLs)create_frontend_deployment, manage_frontend, manage_edge_ssrmanage_rag_content, rag_querymanage_realtime, manage_durable_objectsmanage_ai (chat, embeddings, BYOK)manage_rlsmanage_integrations (Composio: email, Slack, GitHub, Notion, Linear, CRM)manage_billing (Stripe Connect)claude plugin marketplace add https://github.com/butterbase-ai/butterbase-skills
claude plugin install butterbase
Plugin includes 30+ guided skills (/butterbase-skills:journey, /butterbase-skills:build-app, …) and auto-configures the MCP server.
Add to your MCP config:
{
"mcpServers": {
"butterbase": {
"url": "https://api.butterbase.ai/mcp",
"headers": {
"Authorization": "Bearer ${BUTTERBASE_API_KEY}"
}
}
}
}
npx @butterbase/mcp
Or wire it up in your MCP config:
{
"mcpServers": {
"butterbase": {
"command": "npx",
"args": ["-y", "@butterbase/mcp"],
"env": { "BUTTERBASE_API_KEY": "bb_sk_..." }
}
}
}
See the Quickstart in README.md. Requires Docker + Node 22+.
Sign up at butterbase.ai and generate a key, or self-host and use the CLI:
butterbase keys generate
Keys are prefixed bb_sk_….
Any MCP-capable client works. Tested with: Claude Code, Claude Desktop, Cursor, Windsurf, Codex CLI.
Apache-2.0