MCP servers powered by ACI.dev
This README only covers basic development guide. For full documentation and tutorials on ACI.dev MCP servers please visitaci.dev docs.
Table of Contents
Related MCP server: Agent Construct
Overview
This package provides two Model Context Protocol (MCP) servers for accessing ACI.dev managed functions (tools):
aci-mcp-apps: An MCP server that provides direct access to functions (tools) from specified appsaci-mcp-unified: An MCP server that provides two meta functions (tools) (ACI_SEARCH_FUNCTIONSandACI_EXECUTE_FUNCTION) to discover and execute ALL functions (tools) available on ACI.dev
For detailed explanation and tutorials on the two MCP servers please visitaci.dev docs.
Run MCP Servers Locally
The package is published to PyPI, so you can run it directly using uvx:
Integration with MCP Clients
See the Unified MCP Server and Apps MCP Server sections for more information on how to configure the MCP servers with different MCP clients.
Docker
Debugging
You can use the MCP inspector to debug the server:
Running tail -n 20 -f ~/Library/Logs/Claude/mcp*.log will show the logs from the server and may help you debug any issues.