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
Click to show internal directories.
Click to hide internal directories.