A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
基于ollama推理框架本地部署的Agent应用,实现MCP工具调用,短长期记忆等功能。|| A locally deployed agent application built on the Ollama, featuring MCP
KunAvatar 是一款支持本地部署的轻量级 AI 桌面客户端,以 Ollama 为核心推理引擎构建。该产品在完整保留 Ollama 原生功能的基础上,进一步扩展了多项高实用性能力:涵盖 RBAC 权限体系、多租户管理、对话记忆功能,同时支持 MCP 服务器工具与辅助模型,能够精准匹配对数据隐私性有高要求用户的使用需求,兼顾功能实用性与数据安全性。
无论是个人使用、团队协作还是企业部署,KunAvatar 都能为您提供专业、安全、智能的AI交互体验。
git clone https://github.com/KunLabAI/kun-avatar.git
cd kun-avatar
npm run install
npm run build
npx start
如果需要手动启动,可以使用:
cd kunavatar
npx next dev
如果需要脚本一键启动,可以使用:
node start.js
应用将自动:
安装 Ollama
ollama pull gemma3创建管理员账户
选择一:命令执行创建管理员账户
cd kunavatar/scripts
node init-admin.js
选择二:页面创建管理员账户 Note: 应用启动后,访问 http://localhost:3000/register 页面创建管理员账户
开始对话
管理对话
配置智能体
Kun-Avatar/
├── 📄 start.js # 智能启动脚本
├── 📄 package.json # 启动器配置
├── 📁 kunavatar/ # 主应用目录
│ ├── 📁 src/ # 源代码
│ │ ├── 📁 app/ # Next.js 页面和API
│ │ │ ├── 📁 api/ # API 路由
│ │ │ │ ├── 📁 chat/ # 聊天相关API
│ │ │ │ ├── 📁 models/ # 模型管理API
│ │ │ │ ├── 📁 mcp/ # MCP工具API
│ │ │ │ └── 📁 auth/ # 认证API
│ │ │ ├── 📁 simple-chat/ # 聊天界面
│ │ │ ├── 📁 model-manager/ # 模型管理
│ │ │ ├── 📁 mcp-config/ # MCP配置
│ │ │ └── 📁 agents/ # 智能体管理
│ │ ├── 📁 components/ # 共享组件
│ │ ├── 📁 lib/ # 核心库
│ │ │ ├── 📁 database/ # 数据库操作
│ │ │ ├── 📁 mcp/ # MCP客户端
│ │ │ ├── 📄 ollama.ts # Ollama API
│ │ │ └── 📄 auth.ts # 认证服务
│ │ ├── 📁 hooks/ # React Hooks
│ │ └── 📁 types/ # TypeScript 类型
│ ├── 📁 scripts/ # 工具脚本
│ ├── 📁 public/ # 静态资源
│ └── 📄 package.json # 应用依赖
我们正在积极开发更多激动人心的功能,以下是我们的发展路线图:
我们欢迎社区贡献想法和建议!如果您有好的想法或功能需求,请:
我们欢迎所有形式的贡献!无论是bug报告、功能建议还是代码贡献。
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)本项目采用 Apache 2.0 许可证 - 查看 LICENSE 文件了解详情。
如果这个项目对您有帮助,请给我们一个 ⭐️
Made with ❤️ by KunLab Team
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba