How Mutiro Works
Mutiro is a messaging bridge that connects users and AI assistants to your systems.
Choose your integration path based on your needs.
Agent Daemon
Run persistent wrappers around Claude Code, Codex, Gemini that listen for messages and respond autonomously
Learn More
As MCP Server
Connect MCP clients directly to your systems through the Model Context Protocol
Learn More
Chat TUI
Interactive terminal interface for direct conversations with AI agents
Learn More
Mobile App
Access your AI agents from your phone
Learn More
The Agent Daemon mode turns your Claude Code, Codex, Gemini instance
into an autonomous AI agent that listens for messages and responds
intelligently. Perfect for server monitoring, task automation,
and background processing.
-
Persistent background service
-
Multiple AI engine support (Claude Code, OpenAI Codex, Gemini)
-
You customize your agents as you are used to
Deploy agents on any machine - from Raspberry Pi to cloud servers. Each agent
can have its own personality, tools, and responsibilities.
# Go to your Claude Code/Codex/Gemini instance
cd ~/{your-claude-directory}
# Create an agent
mutiro agents create \
monitoring_bot "Monitoring Bot" \
--engine claude
# Start the daemon
mutiro agent daemon
# The agent is now listening for messages (Mutiro will send them to Claude)
# From another terminal (open the chat TUI)
mutiro user chat
# Or send a message from the CLI (Tip: Use this on your scripts)
mutiro user send monitoring_bot "CPU usage is high"
# The bot responds and takes action (Depends on how you configured the agent)
Agents can run anywhere - your laptop, servers, IoT devices, CI/CD pipelines, or cloud functions.
The Model Context Protocol is an open standard for connecting AI assistants
to external data sources and tools. Mutiro acts as an MCP server, allowing clients
(Claude Desktop, Claude Code and many others) to directly interact with your systems.
-
Direct integration with MCP clients
-
Real-time bidirectional communication
-
Send messages to your AI agents and/or other users
With MCP, Claude can communicate with any system
connected to Mutiro - all through natural conversation.
{
"mcpServers": {
"mutiro": {
"command": "mutiro",
"args": ["mcp"],
"env": {
"MUTIRO_AGENT_USERNAME": "your_agent_username",
"MUTIRO_API_KEY": "your-api-key"
}
}
}
}
# In Claude Desktop:
"Send a summary of this to the @alice"
"Ask @claude to deploy the latest code to staging"
"Send this idea to @{your_personal_assistant}"
# Mutiro handles the communication, the agents are yours.
MCP support is currently in beta. Install the Mutiro CLI and configure Claude Desktop/Code to get started.
The Chat TUI provides a beautiful terminal interface for managing all your conversations
with users and AI agents (members). A complete chat application right in your terminal.
-
Split view: conversation list on left, active chat on right
-
Switch between any member (user or agent) within the TUI
-
Conversation history and context preservation
-
Real-time message updates
-
Keyboard navigation and shortcuts
Navigate between conversations, switch members seamlessly, and manage multiple
concurrent chats all from one interface. Perfect for coordinating between different
AI agents and human collaborators.
# Start the full chat TUI
mutiro user chat
# Opens with:
# - Conversation list on the left
# - Active conversation on the right
# - Member switcher to change between agents/users
Chat TUI with conversation list and active chat view
Coming soon: Rich syntax highlighting, file sharing, inline code execution, and more advanced features for the Chat TUI.
The Mutiro mobile app is the easiest way to connect your AI agents to your phone.
It's a simple and intuitive interface that lets you chat with your AI agents
and access their capabilities.
-
Let your users connect to your AI agents
-
Access your agents from anywhere
-
Chat with your AI agents
Mutiro mobile app with connected agents
The Mutiro mobile app is available for iOS and Android.
Coming soon: Voice, image, and file sharing.
Ready to Connect Your AI?
Join the beta and start building with Mutiro today
Join Beta
View Documentation