This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryAdded SOCKS5 and MTProxy support via new environment variables.
Full changelog
What's new
Proxy support for containerized environments
mcp-telegram now supports SOCKS5 and MTProxy connections via environment variables. This enables usage in Docker/K3s where Telegram DC IPs may be blocked or unreachable.
New environment variables:
| Variable | Description |
|----------|-------------|
| TELEGRAM_PROXY_IP | Proxy server address |
| TELEGRAM_PROXY_PORT | Proxy server port |
| TELEGRAM_PROXY_SOCKS_TYPE | 4 or 5 (default: 5) |
| TELEGRAM_PROXY_SECRET | MTProxy secret (enables MTProxy mode) |
| TELEGRAM_PROXY_USERNAME | Optional proxy auth |
| TELEGRAM_PROXY_PASSWORD | Optional proxy auth |
Example — SOCKS5:
TELEGRAM_PROXY_IP=127.0.0.1 TELEGRAM_PROXY_PORT=10808 npx @overpod/mcp-telegram
Closes #4
Full changelog: https://github.com/overpod/mcp-telegram/compare/v1.13.0...v1.14.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About overpod/mcp-telegram
Telegram MCP server via MTProto/GramJS — 20 tools for reading chats, searching messages, downloading media, managing contacts. QR code login, npx zero-install. Hosted version at mcp-telegram.com.
Related context
Beta — feedback welcome: [email protected]