MCP Directory
Back

AgentChat

by Shy2593666979 · Python · ★ 690

AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。

#agent#agent-memory#agent-skills#human-in-the-loop#langchain#llm#mcp#mcp-client#mcp-server#mysql#redis

Install

pip install git+https://github.com/Shy2593666979/AgentChat.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "agentchat": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Shy2593666979/AgentChat.git"
      ]
    }
  }
}

From the README

一个基于大模型的现代化智能对话系统 快速开始 • 部署指南 • 在线文档 • 在线体验 • 加入微信交流群🌟 历史版本更新日志 (2026-3-8) 现在支持OSS和MiniO两种对象存储方式,参考文档: [本地安装MiniO](docs/development/install_minio_win.md),感谢提供Issue的朋友: - @xiaoyan011016 - @shenmi888 (1) 前版本docker部署经常会出现 agentchat-frontend 连不上 agentchat-backend 的网络失败情况,已经修复该bug (2) 缺少Win系统下的一键部署脚本,目前已经加上 (start_win.bat) 之前点击自定义工具是无事件,目前可通过上传 Swagger/OpenAPI 构建自己的工具。 现已支持通过创建 Skill 绑定到智能体渐进式加载 Prompt 去教模型如何做事。 前版本中系统设置为空白,现在已经去除。 --- - [一、项目简介](#一项目简介) - [二、功能展示](#二功能展示) - [三、重要版本说明](#三重要版本说明) - [四、功能特性](#四功能特性) - [五、技术栈](#五技术栈) - [六、快速开始](#六快速开始) - [七、高级部署指南](#七高级部署指南) - [八、文…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers