Skip to main content
Glama

1C: Platform Tools MCP

OpenYellow telegram chat Ask Devin

MCPサーバーは、CursorまたはVS Codeのエージェントに拡張機能1C: Platform Toolsのコマンド(テスト、起動プロファイル、構成ビルド、データベース操作)へのアクセスを提供します。

インストール

  1. 1C: Platform Toolsをインストール:MarketplaceOpen VSX

  2. 1C: Platform Tools MCPをインストール:MarketplaceOpen VSX

  3. 1Cプロジェクト(packagedefを含むフォルダ)を開きます。

Related MCP server: 1C_MCP_SERVER_OWN

接続

VS Codeはこれ以上の操作は不要です。拡張機能がMCPサーバーを自動的に登録します。

CursorはVS CodeのMCPサーバープロバイダーをサポートしていないため、サーバーはプロジェクトの.cursor/mcp.jsonを介して接続します。このファイルは拡張機能が作成・更新します:

  1. コマンドパレット(F1)→ 1C: Platform Tools MCP: Cursor用MCPを設定、またはツリー内の1CツールAIスキルCursor用MCPを設定

  2. ウィンドウを再読み込みします。

  3. MCP設定でサーバーmcp-1c-platform-toolsを有効にします。Cursorは新しいサーバーを無効状態で追加します。

このコマンドはサーバーへのパスとIPCパラメータを書き込みます。ファイル内の他のサーバーは保持されます。パスには拡張機能のバージョンが含まれているため、更新後はエントリが古くなり、サーバーはMODULE_NOT_FOUNDでクラッシュします。拡張機能は起動時にこれを修正します。同じ拡張機能の別のインストール先を指している場合、パスを更新します。手動で設定されたパス(例:ソースからのビルド)はそのまま残ります。

確認

エージェントに「1C環境の状態を表示」と依頼してください。応答にはアクティブな起動プロファイル、プラットフォームバージョン、データベースパスが含まれます。その後、テスト実行、プロファイル切り替え、構成ビルドなどを依頼できます。

ドキュメント

手動設定

拡張機能なしで設定ファイルを作成する場合にのみ必要です。設定1c-platform-tools.ipc.enabledが有効である必要があり、ONEC_IPC_*の値は1c-platform-tools.ipc.*から取得されます:

{
  "mcpServers": {
    "mcp-1c-platform-tools": {
      "command": "node",
      "args": ["<путь к каталогу расширения>/out/src/index.js"],
      "env": {
        "ONEC_IPC_HOST": "127.0.0.1",
        "ONEC_IPC_PORT": "40241",
        "ONEC_IPC_TOKEN": ""
      }
    }
  }
}

拡張機能ディレクトリ:%USERPROFILE%\.cursor\extensions\yellow-hammer.mcp-1c-platform-tools-<バージョン>-universal(Windows)または~/.cursor/extensions/...(macOS、Linux)。拡張機能を更新するたびに、このパスを手動で修正する必要があります。

グローバル設定(%USERPROFILE%\.cursor\mcp.json)も同様に機能しますが、拡張機能はこれを更新しません。複数のプロジェクトがある場合は、プロジェクトファイルの方が信頼性が高くなります。

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
22dResponse time
3wRelease cycle
9Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    Enables AI assistants to perform Business Central AL development tasks including language server operations, container management, Git version control, and file system operations for professional BC development workflows.
  • F
    license
    -
    quality
    D
    maintenance
    Acts as a bridge between AI agents (Claude, Cursor) and 1C:Enterprise databases, enabling metadata retrieval, configuration analysis, and code generation through natural language using the MCP protocol.
  • A
    license
    -
    quality
    A
    maintenance
    Integrates AI agents with 1C:Enterprise databases via MCP and REST API, supporting a built-in HTTP server (no Python required) or a Python proxy mode.
    227
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • Create and manage AI agents that collaborate and solve problems through natural language interacti…

  • Build, validate, and deploy multi-agent AI solutions from any AI environment.

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

View all MCP Connectors

Latest Blog Posts

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/yellow-hammer/mcp-1c-platform-tools'

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