ACI.dev 가 지원하는 MCP 서버
[!중요] 이 README는 기본적인 개발 가이드만 다룹니다. ACI.dev MCP 서버에 대한 전체 문서와 튜토리얼은 aci.dev docs 에서 확인하세요.
목차
개요
이 패키지는 ACI.dev 관리 기능(도구)에 액세스하기 위한 두 개의 MCP(Model Context Protocol) 서버를 제공합니다.
aci-mcp-apps
: 지정된 앱에서 기능(도구)에 직접 액세스할 수 있는 MCP 서버aci-mcp-unified
: ACI.dev 에서 사용 가능한 모든 기능(도구)을 검색하고 실행하기 위한 두 개의 메타 기능(도구)(ACI_SEARCH_FUNCTIONS
및ACI_EXECUTE_FUNCTION
)을 제공하는 MCP 서버
[!중요] 두 MCP 서버에 대한 자세한 설명과 튜토리얼은 aci.dev 문서를 방문하세요.
로컬에서 MCP 서버 실행
패키지는 PyPI에 게시되었으므로 uvx
사용하여 직접 실행할 수 있습니다.
지엑스피1
MCP 클라이언트와의 통합
다양한 MCP 클라이언트로 MCP 서버를 구성하는 방법에 대한 자세한 내용은 통합 MCP 서버 및 앱 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