Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Bc Mcp

    An attempt at creating a BC MCP server

    2 stars
    JavaScript
    Updated Apr 6, 2025

    Table of Contents

    • Features
    • Quick Start
    • For Team Members
    • For Administrators
    • Deployment
    • Using Render (Recommended)
    • Endpoints
    • Rule Structure

    Table of Contents

    • Features
    • Quick Start
    • For Team Members
    • For Administrators
    • Deployment
    • Using Render (Recommended)
    • Endpoints
    • Rule Structure

    Documentation

    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

    Using Render (Recommended)

    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:

    json
    {
      "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"]
      }
    }

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k