Back to Home
RichardDillman icon

innerVoice

Verified Safe

by RichardDillman

Overview

Two-way communication bridge for AI models (like Claude) to interact with users via Telegram for notifications, questions, and commands.

Installation

Run Command
pnpm dev

Environment Variables

  • TELEGRAM_BOT_TOKEN
  • TELEGRAM_CHAT_ID
  • PORT
  • HOST
  • ENABLED
  • TELEGRAM_BRIDGE_URL

Security Notes

The server uses environment variables for sensitive data like the Telegram bot token, which is good practice. The core bridge service binds to `localhost:3456` by default, limiting direct external network exposure. It leverages `child_process.spawn` to start Claude instances, which can carry risks if project environments (e.g., `.env` files within a project's directory) or Claude's command itself are untrusted, though this is a general risk of such an architecture rather than a direct vulnerability of the bridge's code. No direct `eval` or obfuscation detected. Overall, it appears reasonably secure for its intended local deployment model.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-11-25

Tags

TelegramClaudeMCPNotificationsAI bridge