LogoSTMCP
Download
eechat

eechat

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.

Tools

1. MCP Management Interface

Easily view, install, start, stop, and remove various AI tools through a visual interface.

2. MCP Visual Configuration

Add new MCP applications via a form-based visual interface with automatic README reading or AI-powered configuration filling.

3. MCP File Configuration

Manage and customize MCP tools using a built-in JSON configuration file editor with formatting, reset, and navigation features.

4. Integrated Runtime Environment

Automatically detect and download required runtimes like bun and uv for seamless Node.js/Python tool integration.

5. Plugin Ecosystem & Hot-Swapping

Add, remove, or upgrade MCP tools at any time with support for multi-instance parallel running.

6. Tool Invocation in Chat

Call all MCP tools directly within the chat window for seamless AI and tool collaboration.

Open Graph image for eechat

JSON Config

{
  "mcpServers": {
    "example-tool": {
      "command": "node",
      "args": ["./tools/example-tool.js"],
      "env": {
        "API_KEY": "your-api-key-here"
      }
    }
  }
}

Information