
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@butterbase/mcp
Advanced tools
Butterbase MCP server — manage schemas, auth, functions, storage, RAG, realtime, and deploys on Butterbase from any MCP-capable client.
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.).
npx @butterbase/mcp
Or install globally:
npm install -g @butterbase/mcp
butterbase-mcp
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.
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}"
}
}
}
}
The server exposes tools across Butterbase's surface area, including:
init_app, manage_app, list_regions, move_appmanage_schema, manage_migrationsmanage_auth_config, manage_auth_users, manage_oauthselect_rows, insert_row, seed_databasedeploy_function, invoke_function, manage_functionmanage_storagecreate_frontend_deployment, manage_frontend, manage_edge_ssrmanage_rag_content, rag_querymanage_realtime, manage_durable_objectsmanage_aimanage_rlsSee the Butterbase docs for the full list.
Apache-2.0 © NetGPT Inc.
FAQs
Butterbase MCP server — manage schemas, auth, functions, storage, RAG, realtime, and deploys on Butterbase from any MCP-capable client.
The npm package @butterbase/mcp receives a total of 185 weekly downloads. As such, @butterbase/mcp popularity was classified as not popular.
We found that @butterbase/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.