- Explore MCP Servers
- BC-MCP
Bc Mcp
What is Bc Mcp
BC-MCP is a Business Central MCP server designed to provide standardized development rules and context for Business Central projects, optimized for use with the Cursor editor.
Use cases
Use cases include ensuring consistent coding standards across team projects, facilitating easier onboarding of new team members, and providing a reliable framework for error handling and business naming conventions.
How to use
Team members can clone the repository or copy the necessary files, such as ‘bc-rules.json’ and ‘.cursor-context’, into their projects. Administrators can manage rules by editing ‘bc-rules.json’ or using a MongoDB database for dynamic rule management.
Key features
Key features include static JSON-based rules for the Cursor editor, easy deployment to Render.com, fallback mode for operation without a database connection, and automatic application of rules for all team members.
Where to use
BC-MCP is primarily used in software development projects that utilize Microsoft Dynamics 365 Business Central, particularly in environments where standardized coding practices are essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Bc Mcp
BC-MCP is a Business Central MCP server designed to provide standardized development rules and context for Business Central projects, optimized for use with the Cursor editor.
Use cases
Use cases include ensuring consistent coding standards across team projects, facilitating easier onboarding of new team members, and providing a reliable framework for error handling and business naming conventions.
How to use
Team members can clone the repository or copy the necessary files, such as ‘bc-rules.json’ and ‘.cursor-context’, into their projects. Administrators can manage rules by editing ‘bc-rules.json’ or using a MongoDB database for dynamic rule management.
Key features
Key features include static JSON-based rules for the Cursor editor, easy deployment to Render.com, fallback mode for operation without a database connection, and automatic application of rules for all team members.
Where to use
BC-MCP is primarily used in software development projects that utilize Microsoft Dynamics 365 Business Central, particularly in environments where standardized coding practices are essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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"
]
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










