by wusaki0723 · MCP Server · ★ 65
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Aelios 给 AI 装一颗跨窗口的长期记忆大脑。换窗口、换客户端、换模型,记忆跟着你走。 这份 README 分两段。上半段给人看:草履虫也能懂,照着做就能用。下半段给 AI 看:端点、MCP、管线细节,给 Codex / Claude Code / Cursor 维护调试用。 我是人类,想部署使用 → 看 人类版 我是 AI 助手,想维护调试 → 看 AI 版 人类版 一句话 Aelios 是一个跑在 Cloudflare 上的记忆服务。你的 AI 客户端(Chatbox、Cherry Studio、网页、脚本)连上它之后,AI 就能永远记住你的偏好、规则、项目背景和重要的话——不是这一次记得,是下一次、下下次都记得。 它替你解决了什么 每次开新窗口 AI 就失忆 → 它把聊天存下来,自动整理成长期记忆,下次自动召回。 记忆太多把 AI 搞蠢 → 它先粗筛、再精排、再压缩,最后只塞几百字进上下文。 换个客户端记忆就没了 → 记忆存在你自己的 Cloudflare 里,换客户端只改一个地址。 想给 Claude Code / Codex 加记忆 → 它能当成 MCP 工具挂上去,跨设备随身。 三步搞定 部署 Fork wusaki0723/Aelios 到自己 GitHub。 Cloudflare Dashboard → Workers & Pages → Create application → 连你的 GitHub → 选你的 fork。 填配置: Project name: Production branch: Root directory: Build command: Deploy command: ⚠️ 必须是 ,不是 ,不是 。这条命令会自动建好 D1 数据库 + Vectorize 向量库 + Queue 队列。用错命令数据库不会建。 设一把钥匙 部署完,去 Worker 的 Settings → Variables and Secrets 加三个: 名字里带 / 的必须选 Secret(加密、不进 git),不要选 Variable。详见 SECRETS.md。 保存后重新部署。你会拿到一个地址
| Stars | 65 |
| Forks | 43 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 61.5404429379267/100 |
| Last Updated | 2026-07-02 |
| Created | 2026-03-07 |
| Platforms | mcp, node |
| Est. Tokens | ~17k |
Looking for a Aelios alternative? If you're comparing Aelios with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Cloudflare 原生的个人知识管理系统,提供 Memos 兼容 API。
Opensource Memory for Agents
Claude forgets everything. This fixes that. 🔗 www.npmjs.com/package/claude-self-reflect
Server-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency g
Persistent memory for AI coding agents
Selene is a desktop app that runs AI agents on your machine. Connect them to your WhatsApp, Telegram, Slack, o
Explore other popular mcp server tools:
Aelios is 分层长期记忆内核 · Cloudflare Workers + D1 + Vectorize · 即时捕获/4小时抽取/凌晨整理三档写入,六层记忆 + 可视化 curation 面板. It is categorized as a MCP Server with 65 GitHub stars.
Aelios is primarily written in TypeScript. It covers topics such as ai-memory, cloudflare-workers, d1.
You can find installation instructions and usage details in the Aelios GitHub repository at github.com/wusaki0723/Aelios. The project has 65 stars and 43 forks, indicating an active community.
Aelios is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to Aelios on Agent Skills Hub include FlareMo, forgetful, claude-self-reflect. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.