Business Central Standards MCP Server

Enforces standardized development rules and context for Business Central projects.

Local serverstdio 4

What is the Business Central Standards MCP server?

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.

What you get

A server that provides standardized development rules and context for Business Central projects, optimized for use with Cursor editor.

  • Static Rules — JSON-based rules for Cursor editor
  • Render Deployment — Easy deployment to Render.com
  • Fallback Mode — Works without database connection
  • Team-Friendly — Rules automatically applied to all team members

What the assistant can call

Once Business Central Standards is connected, these are the calls the assistant has available:

  • 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)

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Choosing this one

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.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the business central standards mcp server does with a few real requests.

Available tools

ToolWhat it does
Team-FriendlyRules automatically applied to all team members
bc-rules.json.cursor-context
NODE_ENVproduction
MCP_SERVER_PORT10000
MONGODB_URIYour MongoDB connection string (optional)

Example prompts to try

  • Use Business Central Standards to Team-Friendly.
  • Use Business Central Standards to bc-rules.json.
  • Use Business Central Standards to NODE ENV.

Frequently asked questions

Business Central Standards is a tool designed to enforce standardized development rules and context for Business Central projects, promoting code consistency and quality.