agentcomms

command
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package main is the entry point for the agentcomms MCP server.

agentcomms is a Claude Code MCP plugin that enables voice calls and chat messaging. It showcases the plexusone stack:

  • omnivoice: Voice abstraction layer (TTS, STT, Transport, CallSystem interfaces)
  • omnichat: Chat messaging abstraction (Discord, Telegram, WhatsApp)
  • omnivoice-twilio: Twilio implementation of omnivoice interfaces
  • mcpkit: MCP server runtime with ngrok integration

Usage:

# Voice calling
export AGENTCOMMS_PHONE_ACCOUNT_SID=your_twilio_sid
export AGENTCOMMS_PHONE_AUTH_TOKEN=your_twilio_token
export AGENTCOMMS_PHONE_NUMBER=+15551234567
export AGENTCOMMS_USER_PHONE_NUMBER=+15559876543
export NGROK_AUTHTOKEN=your_ngrok_token

# Chat (optional)
export AGENTCOMMS_DISCORD_ENABLED=true
export AGENTCOMMS_DISCORD_TOKEN=your_discord_token

./agentcomms

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL