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
MCP Server leveraging crawl4ai for web scraping and LLM-based content extraction (Markdown, text snippets, smart extraction). Designed for...
Stata MCP Extension for VS Code and Cursor IDE
This read-only MCP Server allows you to connect to Facebook Ads data from Claude Desktop through CData JDBC...
A PubMed MCP server.
Model Context Protocol Server with Superface tools
Model Context Protocol server to run commands
Memory Bank is an MCP server that helps teams create, manage, and access structured project documentation. It generates...
Application for SEO automation and AI-powered optimization
Grounded Documentation for LLMs





