Business Central MCP サーバー
カーソル エディターでの使用に最適化された、Business Central プロジェクト用の標準化された開発ルールとコンテキストを提供するサーバー。
特徴
静的ルール: カーソルエディターの JSON ベースのルール
Render のデプロイメント: Render.com への簡単なデプロイメント
フォールバックモード: データベース接続なしで動作します
チームフレンドリー: ルールはチームメンバー全員に自動的に適用されます
Related MCP server: Cursor DB MCP Server
クイックスタート
チームメンバー向け
プロジェクトで BC 標準を使用するには:
このリポジトリを複製するか、次のファイルをプロジェクトにコピーします。
bc-rules.json.cursor-context
プロジェクト内のファイルを編集するときに、カーソルはこれらのルールを自動的に取得します。
管理者向け
ルールを更新または管理するには:
bc-rules.jsonを直接編集して静的ルールを更新するまたは、MongoDBデータベースを使用してルールを動的に保存および管理します。
node scripts/generateRules.jsを実行して、データベースから静的ファイルを更新します。
展開
レンダリングの使用(推奨)
./scripts/deployRender.shを実行してデプロイメントの準備をしますGitHubにプッシュ
リポジトリをRender.comに接続する
レンダリング ダッシュボードで環境変数を設定します。
NODE_ENV:productionMCP_SERVER_PORT:10000MONGODB_URI: MongoDB接続文字列(オプション)
エンドポイント
/cursorrules: 現在のルールを取得する(JSON 形式)/health: サーバーのヘルスチェック
ルール構造
ルールは次のように構成されています。
{
"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"]
}
}This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.