Features Overview

MoMCP-TUI packs a rich set of features into a terminal interface.

Feature Summary

FeatureDescription
TUI InterfaceBubble chat, streaming output, command palette
Tool CallingAutomatic MCP tool invocation
Thinking ProcessVisualize LLM reasoning
Chat HistoryAuto-save and restore sessions
InternationalizationChinese and English UI

Keyboard Shortcuts

KeyAction
EnterSend message
Ctrl+CCopy last assistant reply
EscapeInterrupt generation / Exit
qQuit (when no input)
/Open command palette

TUI Layout

┌─────────────────────────────────────────────┐
│ MoMCP TUI (v0.3.5)                  14:30  │  ← Header
├─────────────────────────────────────────────┤
│                                             │
│  [小Mo] Hello! I'm your assistant...       │  ← Chat bubbles
│                                             │
│  [You] List files in current directory      │
│                                             │
│  [小Mo] Here are the files:                │
│    - src/                                   │
│    - README.md                              │
│                                             │
├─────────────────────────────────────────────┤
│ [MCP momcp] Running... fs_list             │  ← Tool call status
├─────────────────────────────────────────────┤
│ Type a command or message, press Enter...   │  ← Input
├─────────────────────────────────────────────┤
│ Model: deepseek-v4-pro | Tokens: ~2,400    │  ← Info bar
└─────────────────────────────────────────────┘  ← Footer