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 関数 (ツール) へのアクセスを提供するモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.Last updated -28Python
Appwrite MCP Serverofficial
AsecurityAlicenseAqualityA Model Context Protocol server that allows AI assistants to interact with Appwrite's API, providing tools to manage databases, users, functions, teams, and other resources within Appwrite projects.Last updated -8440PythonMIT License- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -16TypeScript
- -securityAlicense-qualityMCP server providing access to ACI.dev managed functions (tools) either directly from specific apps or through meta functions that dynamically discover and execute any available function based on user intent.Last updated -197PythonMIT License