eechat is a powerful local AI chat application offering secure, private conversations with MCP support for tool integration, multi-session management, and full data control without cloud dependencies.
Easily view, install, start, stop, and remove various AI tools through a visual interface.
Add new MCP applications via a form-based visual interface with automatic README reading or AI-powered configuration filling.
Manage and customize MCP tools using a built-in JSON configuration file editor with formatting, reset, and navigation features.
Automatically detect and download required runtimes like bun and uv for seamless Node.js/Python tool integration.
Add, remove, or upgrade MCP tools at any time with support for multi-instance parallel running.
Call all MCP tools directly within the chat window for seamless AI and tool collaboration.
{
"mcpServers": {
"example-tool": {
"command": "node",
"args": ["./tools/example-tool.js"],
"env": {
"API_KEY": "your-api-key-here"
}
}
}
}