ACI.dev搭載の MCP サーバー
[!IMPORTANT] このREADMEは基本的な開発ガイドのみを扱っています。ACI.dev MCPサーバーに関する完全なドキュメントとチュートリアルについては、 aci.dev docsをご覧ください。
目次
概要
このパッケージは、 ACI.devが管理する関数 (ツール) にアクセスするための 2 つの Model Context Protocol (MCP) サーバーを提供します。
aci-mcp-apps
: 指定されたアプリから機能(ツール)への直接アクセスを提供する MCP サーバーaci-mcp-unified
: ACI.devで利用可能なすべての関数 (ツール) を検出して実行するための 2 つのメタ関数 (ツール) (ACI_SEARCH_FUNCTIONS
とACI_EXECUTE_FUNCTION
) を提供する MCP サーバー
[!IMPORTANT] 2 つの MCP サーバーの詳細な説明とチュートリアルについては、 aci.dev docsをご覧ください。
MCP サーバーをローカルで実行する
パッケージは PyPI に公開されているため、 uvx
を使用して直接実行できます。
MCPクライアントとの統合
さまざまな MCP クライアントで MCP サーバーを構成する方法の詳細については、 「Unified MCP サーバー」および「Apps MCP サーバー」のセクションを参照してください。
ドッカー
デバッグ
MCP インスペクタを使用してサーバーをデバッグできます。
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
を実行すると、サーバーのログが表示され、問題のデバッグに役立つ場合があります。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
特定のアプリから直接、またはユーザーの意図に基づいて利用可能な機能を動的に検出して実行するメタ機能を通じて、ACI.dev が管理する機能 (ツール) へのアクセスを提供する MCP サーバー。
Related MCP Servers
- -securityAlicense-qualityThis MCP server implementation allows users to manage and expose actions as tools from their Integration App workspace through the Model Context Protocol.Last updated -1021TypeScriptISC License
- -securityAlicense-qualityAn MCP server implementation that standardizes how AI applications access tools and context, providing a central hub that manages tool discovery, execution, and context management with a simplified configuration system.Last updated -9PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides access to ACI.dev functions (tools) through either direct app-specific tools or a unified interface with dynamic tool discovery and execution based on user intent.Last updated -203PythonMIT License
- -security-license-qualityThis MCP server provides tools to interact with the Salesforce Agentforce API, allowing authentication, session creation, and message exchange with Salesforce agents.Last updated -1Python