Business Central MCP サーバー
カーソル エディターでの使用に最適化された、Business Central プロジェクト用の標準化された開発ルールとコンテキストを提供するサーバー。
特徴
静的ルール: カーソルエディターの JSON ベースのルール
Render のデプロイメント: Render.com への簡単なデプロイメント
フォールバックモード: データベース接続なしで動作します
チームフレンドリー: ルールはチームメンバー全員に自動的に適用されます
クイックスタート
チームメンバー向け
プロジェクトで BC 標準を使用するには:
このリポジトリを複製するか、次のファイルをプロジェクトにコピーします。
bc-rules.json
.cursor-context
プロジェクト内のファイルを編集するときに、カーソルはこれらのルールを自動的に取得します。
管理者向け
ルールを更新または管理するには:
bc-rules.json
を直接編集して静的ルールを更新するまたは、MongoDBデータベースを使用してルールを動的に保存および管理します。
node scripts/generateRules.js
を実行して、データベースから静的ファイルを更新します。
展開
レンダリングの使用(推奨)
./scripts/deployRender.sh
を実行してデプロイメントの準備をしますGitHubにプッシュ
リポジトリをRender.comに接続する
レンダリング ダッシュボードで環境変数を設定します。
NODE_ENV
:production
MCP_SERVER_PORT
:10000
MONGODB_URI
: MongoDB接続文字列(オプション)
エンドポイント
/cursorrules
: 現在のルールを取得する(JSON 形式)/health
: サーバーのヘルスチェック
ルール構造
ルールは次のように構成されています。
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.
カーソル エディターでの使用に最適化された、Business Central プロジェクト用の標準化された開発ルールとコンテキストを提供するサーバー。
Related Resources
Related MCP Servers
- -securityFlicense-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.
- AsecurityAlicenseAqualityA template for creating and connecting custom tools to Cursor IDE using Model Context Protocol with support for cheerful server responses.Last updated -41MIT License
- -securityAlicense-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
- AsecurityFlicenseAqualityA 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