Business Central MCP Server
A server that provides standardized development rules and context for Business Central projects, optimized for use with Cursor editor.
Features
- 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
Quick Start
For Team Members
To use the BC standards in your project:
Clone this repository or copy the following files to your project:
bc-rules.json.cursor-context
Cursor will automatically pick up these rules when editing files in your project.
For Administrators
To update or manage the rules:
- Edit
bc-rules.jsondirectly to update static rules - Or use the MongoDB database to store and manage rules dynamically
- Run
node scripts/generateRules.jsto update the static file from the database
Deployment
Using Render (Recommended)
- Run
./scripts/deployRender.shto prepare for deployment - Push to GitHub
- Connect repository to Render.com
- Set environment variables in Render dashboard:
NODE_ENV:productionMCP_SERVER_PORT:10000MONGODB_URI: Your MongoDB connection string (optional)
Endpoints
/cursorrules: Get the current rules (JSON format)/health: Server health check
Rule Structure
Rules are structured as follows:
{
"version": "1.0",
"rules": [
"Follow business naming conventions for all code",
"Include proper error handling in all functions"
],
"context": {
"businessDomain": "Business Central",
"preferredPatterns": ["Repository pattern", "SOLID principles"]
}
}
Business Central MCP Server
Project Details
- vanachterjacob/BC-MCP
- MIT License
- Last Updated: 4/6/2025
Recomended MCP Servers
Plugged.in MCP Server manages all your other MCPs in one MCP.
A Model Context Protocol (MCP) implementation that enables Claude Desktop to interact with Azure services. This integration allows...
A lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
A Model Context Protocol (MCP) server that enables Claude Desktop to check domain availability across 50+ TLDs. Features...
基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server
A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating, and...
MCP server to convert a diagram to picture using kroki.io
Instant MCP Server for Claude Desktop to Make Images and Videos using FAL
Azure AHDS FHIR MCP Server
List-read-process-analyze images





