Meguru-gumi Open Sources "Serverless AI Secretary" That Operates Exclusively with Claude Subscriptions
Key facts
- Meguru-gumi Open Sources "Serverless AI Secretary" That Operates Exclusively with Claude Subscriptions
- Meguru-gumi (Kabushiki Kaisha Meguru) launched "TelegramSecretary for Claude" in June 2026, an open-source AI secretary agent operating on Telegram that runs solely on a user's existing Claude subscription, requiring no additional servers or API costs.
- Source: PR Times
- Date: June 5, 2026
Direct answer
Meguru-gumi (Kabushiki Kaisha Meguru) launched "TelegramSecretary for Claude" in June 2026, an open-source AI secretary agent operating on Telegram that runs solely on a user's existing Claude subscription, requiring no additional servers or API costs.
- Citation
- Meguru-gumi Open Sources "Serverless AI Secretary" That Operates Exclusively with Claude Subscriptions (June 5, 2026), PR Times
- Source
- PR Times
- Date
- June 5, 2026
Meguru-gumi (Kabushiki Kaisha Meguru) launched "TelegramSecretary for Claude" in June 2026, an open-source AI secretary agent operating on Telegram that runs solely on a user's existing Claude subscription, requiring no additional servers or API costs.
📋 Article Processing Timeline
- 📰 Published: June 5, 2026 at 17:00
- 🔍 Collected: June 5, 2026 at 08:20
- 🤖 AI Analyzed: June 5, 2026 at 08:23 (2 min after Collected)
Meguru-gumi, which provides comprehensive planning, design, and construction services for high-yield rental housing mainly in Tokyo's 23 wards, has developed and open-sourced an AI secretary agent called "TelegramSecretary for Claude," which operates via the Telegram messaging app.
The main feature of this "serverless" configuration is that it requires no personal servers or additional API usage fees, starting solely with the user's existing Claude subscription. It provides 24/7 responsiveness and accumulates business knowledge and history as long-term memory via GitHub integration. The developers currently use it in their own company operations.
## Background
The construction industry faces a serious labor shortage, making business DX an urgent priority. This tool was developed to meet the practical need for a "consultation and instruction window" available anytime, even when on the move, without requiring infrastructure investment.
## Five Key Features
1. Serverless: No public server required.
2. Claude Subscription Only: No separate server contracts or API usage fees.
3. Long-term Memory via GitHub: Securely accumulates relationships, requests, and対応 knowledge.
4. Extensible Custom Capabilities: Allows function extension without rewriting the main program.
5. Proactive Operation: Supports bidirectional communication where the secretary can initiate contact.
## Crafted as a Business Tool
It offers strengths in information utilization, such as transcribing audio/video and parsing files, while achieving structural task management (Write-Ahead Log) and maintainability through a clean architecture.
## Why Open Source?
It was released on GitHub so that SMEs and developers facing similar challenges can freely use, verify, and improve the tool.
The main feature of this "serverless" configuration is that it requires no personal servers or additional API usage fees, starting solely with the user's existing Claude subscription. It provides 24/7 responsiveness and accumulates business knowledge and history as long-term memory via GitHub integration. The developers currently use it in their own company operations.
## Background
The construction industry faces a serious labor shortage, making business DX an urgent priority. This tool was developed to meet the practical need for a "consultation and instruction window" available anytime, even when on the move, without requiring infrastructure investment.
## Five Key Features
1. Serverless: No public server required.
2. Claude Subscription Only: No separate server contracts or API usage fees.
3. Long-term Memory via GitHub: Securely accumulates relationships, requests, and対応 knowledge.
4. Extensible Custom Capabilities: Allows function extension without rewriting the main program.
5. Proactive Operation: Supports bidirectional communication where the secretary can initiate contact.
## Crafted as a Business Tool
It offers strengths in information utilization, such as transcribing audio/video and parsing files, while achieving structural task management (Write-Ahead Log) and maintainability through a clean architecture.
## Why Open Source?
It was released on GitHub so that SMEs and developers facing similar challenges can freely use, verify, and improve the tool.
FAQ
TelegramSecretary for Claudeとはどのようなツールですか?
Telegramを窓口とし、Claudeを利用して依頼事項の理解、情報収集、業務整理を自動化するAI秘書エージェントです。オープンソースとして公開されています。
サーバーレスで動作する仕組みは何ですか?
公開サーバーを持たず、Claude Code Routinesのスケジュール実行基盤を利用し、long-polling方式と締め切り駆動の再起動ループを組み合わせることで24時間即応を可能にしています。
このツールを利用するために必要なものは何ですか?
手元のClaudeサブスクリプションがあれば運用可能です。別途サーバー契約やAPIの従量課金は不要です。
長期記憶はどのように実現されていますか?
GitHub連携機能により、関係者、依頼、対応知などを安全に蓄積し、環境が入れ替わっても記憶が引き継がれる仕組みになっています。
なぜOSSとして公開されたのですか?
中小事業者や開発者が抱えるサーバー構築やコストの課題を解決するため、軽量かつ誰でも検証・改良できるように開放されました。