Content
# Tool List
> **AI Conversation "Early Termination" Terminator, Let the Conversation Continue to the End**
Tired of AI assistants always ending conversations prematurely? Just when you have a lot to discuss, it says "Is there anything else I can help you with?" **Cunzhi** specializes in treating this problem!
When the AI wants to "wrap things up" quickly, Cunzhi will pop up a dialog box in time, allowing you to continue in-depth communication until the problem is truly solved.
## 🌟 Core Features
- 🛑 **Intelligent Interception**: Automatically pop up continue options when AI wants to end
- 🧠 **Memory Management**: Store development specifications and preferences by project
- 🎨 **Elegant Interaction**: Markdown support, multiple input methods
- ⚡ **Instant Installation**: 3-second installation, cross-platform support
## 📸 See the Effect
### 🛑 Intelligent Interception Popup

*When the AI wants to end the conversation, Cunzhi's intelligent popup appears in time, providing predefined options for quick selection, allowing the conversation to continue in-depth*
### ⚙️ Settings Management Interface

*Elegant settings interface, supporting memory management, function switching, theme switching, and intelligent prompt word generation*
## 🚀 Getting Started
### Method 1: Quick Installation (Recommended)
**macOS Users:**
```bash
# 3-second installation, no need to wait for compilation
brew tap imhuso/cunzhi && brew install cunzhi
```
> ⚠️ **Troubleshooting**: If you encounter a 404 download error, please execute the following steps:
>
> ```bash
> # Clear old tap cache
> brew untap imhuso/cunzhi
> # Reinstall
> brew tap imhuso/cunzhi && brew install cunzhi
> ```
>
> **Common Error Example:**
> ```
> curl: (56) The requested URL returned error: 404
> Error: cunzhi: Failed to download resource "cunzhi"
> Download failed: https://github.com/imhuso/cunzhi/releases/download/v0.2.0/cunzhi-cli-v0.2.4-macos-aarch64.tar.gz
> ```
>
> This is usually due to cache issues with previous versions causing version number mismatches. Clearing the tap and reinstalling can solve the problem.
**Windows/Linux Users:**
Recommended to use Method 2 for manual download, simple and quick!
### Method 2: Manual Download
1. Visit the [Releases Page](https://github.com/imhuso/cunzhi/releases)
2. Download the version suitable for your system:
- 🐧 **Linux**: `cunzhi-cli-v*-linux-x86_64.tar.gz`
- 🍎 **macOS (Intel)**: `cunzhi-cli-v*-macos-x86_64.tar.gz`
- 🍎 **macOS (Apple Silicon)**: `cunzhi-cli-v*-macos-aarch64.tar.gz`
- 🪟 **Windows**: `cunzhi-cli-v*-windows-x86_64.zip`
3. Extract and add `Cunzhi` and `Wait a minute` to the system PATH
## ⚡ Quick Start
### Step 1: Configure MCP Client
Add the following to your MCP client (e.g., Claude Desktop) configuration file:
```json
{
"mcpServers": {
"Cunzhi": {
"command": "Cunzhi"
}
}
}
```
### Step 2: Open the Settings Interface
```bash
# Run the settings command
Wait a minute
```
### Step 3: Configure Prompt Words
In the "Reference Prompt Words" tab of the settings interface:
1. View automatically generated prompt words
2. Click the copy button
3. Add prompt words to your AI assistant
### Step 4: Start Using
Now your AI assistant has intelligent interception, memory management, and popup interaction capabilities!
> 💡 **Tips**: You can refer to the generated prompt words for personalized modifications to create a unique AI interaction experience.
## 🔧 Tool Description
Cunzhi provides multiple MCP tools to enhance the capabilities of AI assistants:
- **Code Search Tool**: Based on ACE's semantic code search, helping AI understand project code structure
- 📖 [Detailed Usage Instructions](./ACEMCP.md)
### 🙏 Acknowledgements
Thanks to the following open-source projects and their contributors:
- **[acemcp](https://github.com/qy527145/acemcp)** - Developed by [@qy527145](https://github.com/qy527145), providing powerful code library semantic search capabilities. This project retains the original functionality and uses Rust to rewrite the core logic and integrate it into Cunzhi's MCP tool ecosystem.
## 🤝 Participate in Contributions
Cunzhi is an open-source project, and we welcome all forms of contributions!
### 🛠️ Local Development
```bash
git clone https://github.com/imhuso/cunzhi.git
cd cunzhi
pnpm install
pnpm tauri:dev
```
## 📄 Open-Source License
MIT License - Free to use, welcome to contribute!
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.