Business Central MCP Server

Author:@vanachterjacob
View on GitHub

Overview

What is BC-MCP? It is a server designed to deliver standardized development rules and context for Business Central projects. It is optimized for use within the Cursor editor.

How is BC-MCP used? Clone its repository and include the necessary files in your project. Team members can either clone the repo or copy the bc-rules.json and .cursor-context files. Administrators manage rules by editing the bc-rules.json file or by using a MongoDB database.

What are its key features? It provides Static Rules via JSON for the Cursor editor. It enables easy Render Deployment to Render.com. It includes a Fallback Mode to function without a database. It is Team-Friendly, automatically applying rules to all team members.

What are the use cases? It standardizes development practices across Business Central projects. It facilitates team collaboration by ensuring consistent rule adherence. It simplifies deployment processes for Business Central applications.

Frequently Asked Questions: Can it be used without a database? Yes, its fallback mode allows operation without a database connection. How is it deployed? Deploy to Render.com by following the provided documentation. What is it written in? BC-MCP is primarily written in JavaScript.