Business Central MCP Server

Integrations

  • Supports pushing code to GitHub as part of the deployment process to Render

  • Optional integration for storing and managing rules dynamically instead of using static files

  • Provides streamlined deployment to Render.com with included scripts and configuration recommendations

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:

  1. Clone this repository or copy the following files to your project:
    • bc-rules.json
    • .cursor-context
  2. Cursor will automatically pick up these rules when editing files in your project.

For Administrators

To update or manage the rules:

  1. Edit bc-rules.json directly to update static rules
  2. Or use the MongoDB database to store and manage rules dynamically
  3. Run node scripts/generateRules.js to update the static file from the database

Deployment

  1. Run ./scripts/deployRender.sh to prepare for deployment
  2. Push to GitHub
  3. Connect repository to Render.com
  4. Set environment variables in Render dashboard:
    • NODE_ENV: production
    • MCP_SERVER_PORT: 10000
    • MONGODB_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"] } }
-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Features
    1. Quick Start
      1. For Team Members
      2. For Administrators
    2. Deployment
      1. Using Render (Recommended)
    3. Endpoints
      1. Rule Structure

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          An MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.
          Last updated -
          1
          Python
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          A TypeScript-based server project that can be integrated with Cursor IDE as an MCP (Model Control Protocol) server, enabling enhanced development capabilities.
          Last updated -
          4
          TypeScript
        • -
          security
          F
          license
          -
          quality
          A tool that generates MCP servers for Smithery with Cursor IDE integration, allowing users to quickly create servers from templates such as Basic, Web Search, or Database interactions.
          Last updated -
          JavaScript

        View all related MCP servers

        ID: d0ibbplbtq