Enforces standardized development rules and context for Business Central projects.
Business Central Standards MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Enforces standardized development rules and context for Business Central projects.
A server that provides standardized development rules and context for Business Central projects, optimized for use with Cursor editor.
Once Business Central Standards is connected, these are the calls the assistant has available:
Team-Friendly — Rules automatically applied to all team membersbc-rules.json — .cursor-contextNODE_ENV — productionMCP_SERVER_PORT — 10000MONGODB_URI — Your MongoDB connection string (optional)Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Business Central Standards's toolset — Team-Friendly, bc-rules.json, NODE_ENV and 2 more — is a fair guide to whether it matches your workflow. It is maintained by vanachterjacob; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Team-Friendly | Rules automatically applied to all team members |
| bc-rules.json | .cursor-context |
| NODE_ENV | production |
| MCP_SERVER_PORT | 10000 |
| MONGODB_URI | Your MongoDB connection string (optional) |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.