What is Powerful Local AI Chat Application - Secure, Efficient, Personalized.?
eechat is an AI chat application focused on local deployment, providing users with a secure, private, and efficient AI conversation experience. It features MCP support for easy integration and management of various AI tools, ensuring a seamless user experience with data security and privacy protection.
Documentation
Core Advantages
eechat is an AI chat application focused on local deployment, providing users with a secure, private, and efficient AI conversation experience.
🎉 MCP Support
MCP (Model Context Protocol) is a brand-new core extension capability of eechat, designed specifically for AI assistant scenarios. It greatly enhances the playability and professionalism of local AI. With MCP, you can easily integrate, manage, and run various AI tools and services with just one click, making your AI assistant infinitely expandable.
MCP Main Interface
Through the MCP management interface, you can easily view, install, start, stop, and remove various AI tools without command-line operations, significantly lowering the entry barrier.
MCP Visual Configuration
Provides a form-based visual way to add new MCP applications, supporting automatic README reading or AI-powered configuration filling. Even beginners can quickly integrate new tools.
MCP File Configuration
Built-in professional JSON configuration file editor, supporting formatting, reset, and quick navigation. Perfect for advanced users to batch manage and deeply customize. Fully compatible with Claude Desktop, Cursor, and Cline configurations.
Integrated Runtime Environment
Built-in automatic detection and one-click download for runtimes like bun and uv. No manual dependency setup required, ensuring Node.js/Python tools are ready to use out of the box.
Plugin Ecosystem & Hot-Swapping
MCP tools can be added, removed, or upgraded at any time, supporting multi-instance parallel running. Build your own exclusive AI toolbox.
Tool Invocation in Chat
All MCP tools can be called directly in the chat window, enabling seamless collaboration between AI and tools.
🔒 Data Security & Privacy Protection
Fully Local Storage: All conversation data is stored locally, eliminating privacy leak risks
💬 Superior Conversation Experience
Multi-Session Management: Easily create and manage multiple independent conversations
History Tracking: Automatically save all conversation history for review and continuation
Perfect Markdown Support: Precise rendering of Markdown format, including code blocks, tables, and math formulas
Smart Code Highlighting: Automatic code block detection and highlighting for multiple programming languages
🎨 Personalization Options
Theme Switching: Built-in light and dark themes for different scenarios and preferences
Prompt Management: Save and manage frequently used prompts to improve conversation efficiency
Model Parameter Tuning: Flexibly adjust temperature, max output, and other parameters for optimal responses
🔌 Powerful Extensibility
Plugin Ecosystem: Support for functional extensions to meet specific scenario needs
Multi-Model Integration: Easy integration with various AI model APIs like OpenAI, Anthropic, etc.
Custom Model Support: Configure and use custom local or remote AI models
Key Features# Enhanced Intelligent Conversation
Context Understanding: AI maintains context coherence in long conversations
Multi-Turn Optimization: Enhanced interaction experience for complex queries
Knowledge Base Integration: Connect custom knowledge bases for more accurate domain-specific responses
Download the appropriate installation package for your system from the releases page:
Build from Source
git clone https://github.com/Lucassssss/eechat.git
cd eechat
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build application
npm run build```