budibase
budibase copied to clipboard
Official Budibase MCP Server
Describe the feature request The Model Context Protocol (MCP) is fast becoming the common standard for letting LLM-powered tools query business data.
Budibase already offers rich in-app AI features (AI Configs, Budibase AI, AI CRON generator, AI Column), but there’s no official, permission-aware bridge for external agents. Each team is left writing bespoke REST/WebDAV wrappers, duplicating RBAC logic and risking data leaks.
Please consider an official @budibase/mcp-server that:
- implements MCP and exposes read-optimised endpoints only;
- enforces Budibase roles and table/column permissions end-to-end;
- installs with a single docker run ... or npx ..., secured by token-based auth;
- ships sample configs for LangChain, Claude and OpenAI Assistants to cut integration time to minutes.
would be interrestet