Back to Home
otolab icon

coeiro-operator

Verified Safe

by otolab

Overview

An AI voice synthesis operator system integrating with COEIROINK, designed to assign specific voice characters to terminal sessions for long-text audio output, available via both CLI and MCP server interfaces, with optional terminal background images.

Installation

Run Command
npx -y --package @coeiro-operator/mcp coeiro-operator

Environment Variables

  • COEIRO_LOG_LEVEL
  • ITERM_SESSION_ID
  • TERM_SESSION_ID
  • NODE_ENV
  • DEBUG

Security Notes

The project uses `child_process.execSync` for specific terminal information retrieval (e.g., `itmux current`, `tmux display-message`). While `execSync` carries inherent risks, the usage appears to be controlled with input sanitization. Network requests are made to the local COEIROINK server (localhost:50032) and potentially AWS services for voice synthesis/recognition. The `ConfigManager.deepMerge` function includes explicit checks to prevent prototype pollution attacks. An optional terminal background feature relies on spawning Python scripts, adding another layer of dependencies.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2026-01-14

Tags

AI Voice SynthesisCOEIROINKMCP ServerCLI ToolTerminal AutomationAudio StreamingCharacter ManagementNode.js