Skip to main content
Glama

AIPOLabs MCP Server

Servidores MCP con tecnología ACI.dev

[!IMPORTANTE] Este archivo README solo cubre la guía básica de desarrollo. Para obtener la documentación completa y los tutoriales sobre los servidores MCP de ACI.dev, visite la documentación de aci.dev .

Tabla de contenido

Descripción general

Este paquete proporciona dos servidores de Protocolo de contexto de modelo (MCP) para acceder a las funciones administradas (herramientas) de ACI.dev :

  • aci-mcp-apps : un servidor MCP que proporciona acceso directo a funciones (herramientas) desde aplicaciones específicas
  • aci-mcp-unified : un servidor MCP que proporciona dos metafunciones (herramientas) ( ACI_SEARCH_FUNCTIONS y ACI_EXECUTE_FUNCTION ) para descubrir y ejecutar TODAS las funciones (herramientas) disponibles en ACI.dev

[!IMPORTANTE] Para obtener una explicación detallada y tutoriales sobre los dos servidores MCP, visita aci.dev docs .

Ejecutar servidores MCP localmente

El paquete se publica en PyPI, por lo que puedes ejecutarlo directamente usando uvx :

# Install uv if you don't have it already curl -sSf https://install.pypa.io/get-pip.py | python3 - pip install uv
$ uvx aci-mcp --help Usage: aci-mcp [OPTIONS] COMMAND [ARGS]... Main entry point for the package. Options: --help Show this message and exit. Commands: apps-server Start the apps-specific MCP server to access tools... unified-server Start the unified MCP server with unlimited tool access.

Integración con clientes MCP

Consulte las secciones Servidor MCP unificado y Servidor MCP de aplicaciones para obtener más información sobre cómo configurar los servidores MCP con diferentes clientes MCP.

Estibador

# Build the image docker build -t aci-mcp . # Run the unified server docker run --rm -i -e ACI_API_KEY=<ACI_API_KEY> aci-mcp unified-server --linked-account-owner-id <LINKED_ACCOUNT_OWNER_ID> # Run the apps server docker run --rm -i -e ACI_API_KEY=<ACI_API_KEY> aci-mcp apps-server --apps <APP1,APP2,...> --linked-account-owner-id <LINKED_ACCOUNT_OWNER_ID>

Depuración

Puede utilizar el inspector MCP para depurar el servidor:

# For unified server npx @modelcontextprotocol/inspector uvx aci-mcp unified-server --linked-account-owner-id <LINKED_ACCOUNT_OWNER_ID> # For apps server npx @modelcontextprotocol/inspector uvx aci-mcp apps-server --apps "BRAVE_SEARCH,GMAIL" --linked-account-owner-id <LINKED_ACCOUNT_OWNER_ID>

Ejecutar tail -n 20 -f ~/Library/Logs/Claude/mcp*.log mostrará los registros del servidor y puede ayudarlo a depurar cualquier problema.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Un servidor de protocolo de contexto de modelo que proporciona acceso a las funciones (herramientas) de ACI.dev a través de herramientas directas específicas de la aplicación o una interfaz unificada con descubrimiento y ejecución de herramientas dinámicas según la intención del usuario.

  1. Tabla de contenido
    1. Descripción general
      1. Ejecutar servidores MCP localmente
        1. Integración con clientes MCP
          1. Estibador
            1. Depuración

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A 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 -
                28
                Python
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                A 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 -
                84
                40
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A 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 -
                16
                TypeScript
              • -
                security
                A
                license
                -
                quality
                MCP 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 -
                197
                Python
                MIT License
                • Apple

              View all related MCP servers

              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/aipotheosis-labs/aipolabs-mcp'

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