Skip to main content
Glama

argo-didup

Server MCP per il portale Argo (famiglia) e bot Telegram che lo usa via HTTP.

Prerequisiti

bun install
cp .env.example .env

Compila .env in root: gli script usano --env-file=../../.env dai package. Dettaglio variabili: .env.example.

Related MCP server: telegram-mcp

Comandi (dalla root)

bun run serve     # MCP HTTP (default porta in .env)
bun run mcp       # MCP stdio
bun run telegram  # bot (serve MCP in ascolto o MCP_URL esterno)
bun run check     # TypeScript

CLI Argo (stesse credenziali del MCP):

bun --env-file=.env ./packages/argo-mcp/index.ts voti-giornalieri

Se sul server HTTP viene impostato AUTH_TOKEN, il client deve inviare Authorization: Bearer ….

Docker

docker-compose.yml: servizi mysql, mcp, telegram. Esempi: docker compose up mysql -d, docker compose up mcp telegram -d. Il bot usa il volume telegram_user_memory per MEMORY.md (preferenze utente): non si perde ricompilando l’immagine o ricreando il container.

Build singole immagini dal root del repo:

docker build -f packages/argo-mcp/Dockerfile -t argo-mcp .
docker build -f packages/telegram-bot/Dockerfile -t telegram-bot .

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that enables interaction with Telegram to send, read, and search messages across chats and dialogs. It supports waiting for incoming messages and retrieving conversation history through natural language commands.
    15 npm
    4
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server that exposes a Telegram bot, enabling sending messages and retrieving updates through natural language.
    3
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server that acts as a gateway to Telegram, providing AI-optimized tools for messaging, search, and chat management via MTProto. Supports multi-user authentication with QR login and HTTP/stdio transports.
    8
    2
    MIT