argo-didup-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@argo-didup-mcpwhat are my latest grades?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
argo-didup
Server MCP per il portale Argo (famiglia) e bot Telegram che lo usa via HTTP.
Prerequisiti
bun install
cp .env.example .envCompila .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 # TypeScriptCLI Argo (stesse credenziali del MCP):
bun --env-file=.env ./packages/argo-mcp/index.ts voti-giornalieriSe 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 .This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA simple MCP server that allows Claude to access your Telegram account to read and send messages on your behalf.Last updated7Apache 2.0
- Alicense-qualityCmaintenanceAn 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.Last updated104MIT
- AlicenseBqualityAmaintenanceMCP server that exposes any Telegram-Archive instance to LLMs, enabling message search, chat browsing, and access to archived Telegram history.Last updated7504GPL 3.0
- Alicense-qualityDmaintenanceMCP server that connects AI assistants to your real Telegram account via User API (MTProto). Features default-deny ACL with per-chat permissions, message search, file sending, forwarding, media downloads, and rate limiting.Last updated2MIT
Related MCP Connectors
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gabrielemidulla/argo-didup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server