Skip to main content
Glama

Business Central MCP Server

Business Central MCP サーバー

カーソル エディターでの使用に最適化された、Business Central プロジェクト用の標準化された開発ルールとコンテキストを提供するサーバー。

特徴

  • 静的ルール: カーソルエディターの JSON ベースのルール
  • Render のデプロイメント: Render.com への簡単なデプロイメント
  • フォールバックモード: データベース接続なしで動作します
  • チームフレンドリー: ルールはチームメンバー全員に自動的に適用されます

クイックスタート

チームメンバー向け

プロジェクトで BC 標準を使用するには:

  1. このリポジトリを複製するか、次のファイルをプロジェクトにコピーします。
    • bc-rules.json
    • .cursor-context
  2. プロジェクト内のファイルを編集するときに、カーソルはこれらのルールを自動的に取得します。

管理者向け

ルールを更新または管理するには:

  1. bc-rules.jsonを直接編集して静的ルールを更新する
  2. または、MongoDBデータベースを使用してルールを動的に保存および管理します。
  3. node scripts/generateRules.jsを実行して、データベースから静的ファイルを更新します。

展開

レンダリングの使用(推奨)

  1. ./scripts/deployRender.shを実行してデプロイメントの準備をします
  2. GitHubにプッシュ
  3. リポジトリをRender.comに接続する
  4. レンダリング ダッシュボードで環境変数を設定します。
    • NODE_ENV : production
    • MCP_SERVER_PORT : 10000
    • MONGODB_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"] } }
-
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.

カーソル エディターでの使用に最適化された、Business Central プロジェクト用の標準化された開発ルールとコンテキストを提供するサーバー。

  1. 特徴
    1. クイックスタート
      1. チームメンバー向け
      2. 管理者向け
    2. 展開
      1. レンダリングの使用(推奨)
    3. エンドポイント
      1. ルール構造

        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

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanachterjacob/BC-MCP'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server