AgentStack
MCP verified Apache-2.0 Self-run

Aime Box

mcp-aimebox-aime-box · by AimeBox

一款基于 langchain + electron开发的多平台桌面端 Chat 客户端 支持本地知识库,tool调用,多个智能agent调用 目标尽量实现全离线本地可执行的智能agent

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-aimebox-aime-box

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Aime Box? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

⚠️ 仓库已迁移

本项目已迁移到新的仓库地址:

👉 https://github.com/DarkNoah/aime-chat

Aime Box

一款基于 langchain + electron开发的多平台桌面端 Chat 客户端

支持本地知识库,tool调用,多个智能agent调用

目标尽量实现全离线本地可执行的智能agent

🖼 截图

开始

  1. 添加模型提供商(如Ollama)
  2. 点击管理模型(启用需要的模型)
  3. 聊天页面即可对话聊天
  4. 下载一些本地模型 设置-本地模型管理(如国内调整HuggingfaceUrl为hf-mirror)
  • 推介下载
  • bge-m3 用于知识库检索
  • bge-reranker-large 用于知识库重排序
  • RapidOCR-json_v0.2.0 用于win环境下的ocr
  • matcha-icefall-zh-baker 用于语音生成
  • sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17 用于语音识别
  • silero_vad 用于分离说话场景
  • sherpa-onnx-pyannote-segmentation-3-0、3dspeakerspeecheres2netbasesvzh-cn3dspeaker_16k 用于说话人识别
  • rmbg-1.4 用于背景消除

🌟 特点

  • 多个模型供应商支持 ollama、openai、deepseek、anthropic等等
  • 多种工具调用支持 webloader、websearch、stt、tts、ocr等等
  • 本地知识库引擎,使用lancedb 进行本地知识库检索,支持image、docx、doc、text、url做为输入源
  • 多agent,目前有数据提取agent、代码助手、翻译助手
  • 提示词保存功能
  • MCP支持,可接入供模型调用

📝 Todo

  • [x] mac平台兼容
  • [ ] 多语言支持
  • [ ] 文档对话功能类似于ChatDoc 支持docx、pdf、txt、url、mp4、音频文件等格式的对话
  • [x] 浏览器browser-use
  • [ ] Tool自动创建工具,输入url或说明文档自动创建工具供模型调用
  • [ ] 更多的agents
  • [x] a2a支持
  • [x] 添加多个浏览器实例

Agent

  1. Extract 数据提取助手,用于对指定文件或文件夹下所有文件进行检索,根据用户给出的字段进行全文或部分抽取,markdown格式输出
  2. ScriptAssistant 对用户的任务生成一个python脚本和venv环境执行

🔌 技术栈

感谢以下开源项目的支持

如有缺漏请联系作者补充

🐞 Dev

# node 22
nvm install 22
nvm use 22

npm i -g node-gyp

npm install
npm run start

💼 Build

# window
npm run package

🌐 About

author: 781172480@qq.com

ChangeLog

[CHANGELOG](./CHANGELOG.md)

License

This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.

© Aime Box

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.