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 rulesOr 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 deploymentPush 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:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that provides standardized development rules and context for Business Central projects, optimized for use with Cursor editor.
Related Resources
Related MCP Servers
- -security-license-qualityA Model Context Protocol server that integrates with Cursor IDE, providing real-time communication, modern web dashboards, and extensible tools via SSE and WebSocket connections.
- Asecurity-licenseAqualityA template for creating and connecting custom tools to Cursor IDE using Model Context Protocol with support for cheerful server responses.Last updated -41MIT License
- -security-license-qualityAn MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.Last updated -5MIT License
- Asecurity-licenseAqualityA starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.Last updated -1614