innerVoice
Verified Safeby RichardDillman
Overview
Enables two-way communication between Claude instances and a user via Telegram, supporting real-time notifications, interactive questions, and remote control of Claude projects including spawning and managing processes.
Installation
pnpm startEnvironment Variables
- TELEGRAM_BOT_TOKEN
- TELEGRAM_CHAT_ID
- PORT
- HOST
- ENABLED
- TELEGRAM_BRIDGE_URL
Security Notes
The server operates locally by default, binding to `localhost:3456`, which limits external network exposure. It correctly utilizes environment variables (`TELEGRAM_BOT_TOKEN`) for sensitive API keys, preventing hardcoding. The `spawnClaude` function executes shell commands (`claude`), but uses an array of arguments, mitigating direct command injection from user input. Project-specific `.env` files are loaded for spawned processes, which could be a risk if a malicious `.env` is registered by the user. The `PermissionRequest.sh` hook makes a local `curl` call, which is safe in its current form. Overall, the architecture is reasonably secure for its intended single-user, local-machine deployment, with primary risks related to user-supplied project paths or intentional misuse by the owner.
Similar Servers
zenfeed
An AI-powered information hub that acts as an intelligent RSS reader, real-time news knowledge base, and personal assistant for monitoring events and delivering analysis reports.
cupertino
Cupertino is an Apple Documentation Crawler & MCP Server that provides accurate, up-to-date Apple API documentation and sample code to AI agents and developers for offline and AI-assisted development.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
mcp-server-computer
This server acts as a Spring AI MCP Server component to provide cross-platform computer configuration information (OS, user, Java, and platform-specific details) to an AI agent.