万记通

lld951027/wjt
0 Stars 55 次浏览 更新于 2026-08-23
该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (39 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

update_skills 2 个参数

Sync all skills enabled for this API key down to the local machine — run it anytime to install or update to the latest versions. Install them into YOUR OWN skills directory — the folder your agent already loads skills from (you know where that is; the server does not guess it). Default format=command: returns a single shell one-liner (bash + PowerShell) that downloads a .zip and extracts it into your skills directory. YOU run it yourself via your shell tool — do not hand it to the user; no file content passes through you. format=zip: returns one base64 .zip to save and extract yourself. format=files: returns the inline file tree to write to <yourSkillsDir>/<slug>/<path> (fallback for no-shell environments). Pass 'base_dir' to set the exact install root; if omitted the command uses a placeholder you substitute with your skills dir.

该工具无需必填参数,直接调用即可

upload_skill 4 个参数

PUSH/SAVE/SYNC/PUBLISH a skill that exists (or that you are writing) as files on disk — this is the DEFAULT and almost always the right tool. Pass skill_dir = the folder containing SKILL.md; the server returns one shell command that zips that folder and uploads it. YOU run the command yourself; no base64 and no file content ever passes back through you. If the user says 'create a skill (writing files) then sync/save/upload it', WRITE the SKILL.md folder, then call THIS — not create_skill. format=base64 is a no-shell fallback only: pass 'filename' + 'content_base64' of a .zip containing SKILL.md.

该工具无需必填参数,直接调用即可

create_skill 5 个参数 需填 2 项

⚠️ RARELY THE RIGHT TOOL — do NOT default to this just because the user said 'create a skill'. Use it ONLY to author a skill from brand-new INLINE text that does not, and will not, exist as files on disk. If you have written, or are about to write, a SKILL.md folder to disk (the usual case), STOP and use upload_skill (skill_dir=…) instead — calling create_skill re-sends the entire skill content back through you for nothing. The server packages the exact name/description/body/files you pass, verbatim. Auto-enabled for the current API key.

必填参数:name、body

list_memos

List all of the user's memos.

该工具无需必填参数,直接调用即可

create_memo 3 个参数 需填 1 项

Create a memo. When title is omitted, MemoFlow can generate one from the content.

必填参数:content

update_memo 3 个参数 需填 1 项

Update an existing memo owned by the user.

必填参数:id

delete_memo 1 个参数 需填 1 项

Delete an existing memo owned by the user.

必填参数:id

delete_memos 2 个参数

Delete selected memos, or all memos owned by the user.

该工具无需必填参数,直接调用即可

list_diaries 1 个参数

List the user's most recent diary entries.

该工具无需必填参数,直接调用即可

list_diary_month 2 个参数 需填 2 项

List diary day summaries for one calendar month.

必填参数:year、month

get_diary 1 个参数 需填 1 项

Read one diary entry by UUID.

必填参数:id

get_diary_by_date 1 个参数 需填 1 项

Read one diary entry by calendar date.

必填参数:entry_date

create_diary 5 个参数 需填 1 项

Create or replace the diary entry for a calendar date. To insert images/videos: first create/get the diary, then POST multipart media to REST /api/diaries/{id}/media, then write Markdown refs like ![caption](/files/{fileId}/content) or ![video:caption](/files/{fileId}/content) back via create_diary/update_diary.

必填参数:entry_date

update_diary 5 个参数 需填 1 项

Update fields on an existing diary entry. For media inserts: upload with REST POST /api/diaries/{id}/media, then put Markdown refs ![caption](/files/{fileId}/content) or ![video:caption](/files/{fileId}/content) into content.

必填参数:id

delete_diary 1 个参数 需填 1 项

Delete one diary entry by UUID.

必填参数:id

delete_diary_by_date 1 个参数 需填 1 项

Delete the diary entry for a calendar date.

必填参数:entry_date

list_reminders

List all reminders, including completion state and reminder time.

该工具无需必填参数,直接调用即可

parse_reminder 2 个参数 需填 1 项

Parse natural language into an editable reminder draft. This does not save it.

必填参数:content

create_reminder 4 个参数 需填 3 项

Create a reminder after its title, content and ISO-8601 reminder time are confirmed.

必填参数:title、content、remind_at

update_reminder 6 个参数 需填 1 项

Update an existing reminder.

必填参数:id

delete_reminder 1 个参数 需填 1 项

Delete an existing reminder.

必填参数:id

delete_reminders 2 个参数

Delete selected reminders, or all reminders owned by the user.

该工具无需必填参数,直接调用即可

list_ledger_entries 3 个参数

List the user's income and expense entries, optionally within an ISO-8601 date range and with a keyword matching category, merchant, note, type, or exact amount.

该工具无需必填参数,直接调用即可

create_ledger_entry 7 个参数 需填 4 项

Create one confirmed income or expense entry. Amount must be positive and currency is CNY.

必填参数:entry_type、amount、category、occurred_at

update_ledger_entry 7 个参数 需填 1 项

Update an existing ledger entry owned by the user.

必填参数:id

delete_ledger_entry 1 个参数 需填 1 项

Delete an existing ledger entry.

必填参数:id

list_mail_accounts

List connected mail accounts. Passwords are never returned.

该工具无需必填参数,直接调用即可

list_mail_folders 1 个参数 需填 1 项

List folders in a connected mail account.

必填参数:account_id

list_mail_messages 4 个参数 需填 1 项

List messages in a connected account and folder.

必填参数:account_id

get_mail_message 3 个参数 需填 2 项

Read one mail message by account, folder and IMAP UID.

必填参数:account_id、uid

draft_memory_from_mail 3 个参数 需填 2 项

Generate editable memo and reminder suggestions from a mail message. This NEVER saves them; obtain user confirmation before create_memo/create_reminder.

必填参数:account_id、uid

list_friends

List accepted friends (id, display name, email, unread message count).

该工具无需必填参数,直接调用即可

send_message 3 个参数 需填 1 项

Send a direct message to a friend. Resolve the friend by email or user_id.

必填参数:content

list_unread_messages 1 个参数

List unread direct messages grouped by friend, or total unread count.

该工具无需必填参数,直接调用即可

list_messages 2 个参数

List recent messages with one friend.

该工具无需必填参数,直接调用即可

publish_moment 2 个参数 需填 1 项

Publish a text moment. visibility=public, friends, or private (default friends). Media uploads are not available via MCP text tools.

必填参数:content

list_moments 3 个参数

Fetch the moments feed. scope=all|friends|mine.

该工具无需必填参数,直接调用即可

block_user 2 个参数

Block a user by email or user_id so they disappear from social features.

该工具无需必填参数,直接调用即可

create_third_party_notification 4 个参数 需填 1 项

Send a third-party notification to this API key's owner. It appears in the in-app inbox and triggers endpoint push. Only the key owner is notified.

必填参数:title

服务介绍

万记通 MemoFlow

面向个人的生活记忆空间,让日记、记账、备忘、提醒与经验收在一处,并同步到你正在用的 AI。

万记通产品能力概览

官网:https://www.wanjitong.cn

产品简介

日子、收支、待办、方法和文件,常常散落在聊天、邮箱、备忘录和本地文件夹里。该记的记不住,该提醒的错过了,做过的方法也很难再拿出来用。

万记通把这些记忆外置到同一个空间:写下今天,看清收支,收好备忘和提醒,把方法沉淀成可复用的经验包,再通过 MCP 交给 Claude Code、Codex、Cursor 等已在使用的 AI。它不是又一个聊天窗口,而是你的外置记忆。

做出的关键改变

记忆不再散落

过去,日记、待办、文件和经验各在各处。现在,它们进入同一个账号,网页、电脑和手机都能继续。

日子和选择都能看懂

日记留下当时的心情与细节,记账让收支自然归位。时间向前,生活仍然有迹可循。

好方法变成可复用经验

反复做过的流程不再只存在脑子里,而是打包成标准经验包,分类管理,需要时同步到本地 AI 工具。

邮件变成可确认的行动

重要邮件可以整理成备忘、提醒或账目草稿。先由你确认,再进入自己的记忆库。

AI 使用你自己的记忆

连接后,AI 可以按你的授权记录、查找、提醒和同步经验。权限可按能力开放,也可随时吊销。

用户能得到什么

感受 带来的价值
更省事 日记、记账、备忘、提醒、文件和邮件整理在同一处完成,减少来回切换
更好用 一句话就能记下待办或提醒,结果清楚,任务可以连续推进
更灵活 自己写、从邮件提炼,或让已连接的 AI 代为记录
更稳定 提醒会在该出现时出现,文件按会员空间保存,多端取用
更放心 连接与分享都有边界:密钥可授权、可撤销;分享可只读、可编辑或生成口令链接
更透明 空间用量、邮箱数量和通知都能看见,推送类型可自行选择
更持久 经验可版本化保存,桌面还可把云端文件夹和本地目录双向同步

核心功能

1. 日记与记账

一天一页记下心情、天气、见闻和影像;收支按分类落账,趋势慢慢显现。适合想把生活过清楚的人。

2. 备忘与提醒

把想法、清单和上下文从脑子里拿出来。可用自然语言创建提醒,支持日历查看、提前提醒,也可把一份提醒发给好友。

3. 经验 Skill

把方法、流程和 SOP 写成标准 SKILL.md 经验包,在云端分类、检索和更新。授权后同步到本地 AI 的 skills 目录,由各工具按自己的方式加载。经验不是远程替你执行的插件。

4. 云端存储

文件加密保存,占用计入会员空间。支持预览、分享和多端取用;桌面客户端可关联本地目录,改完后按较新版本双向同步。

5. 邮件整理

连接邮箱后,可把邮件提炼成备忘、提醒或账目草稿。草稿始终先给你确认,再写入记忆。

6. 连接 AI

在「连接 AI」中创建可撤销的 API 密钥,按备忘、日记、提醒、记账、邮箱、好友等能力授权。MCP 端点为 /mcp。适合已经在用 Claude Code、Codex、Cursor 的人,让 AI 调用你自己的记忆,而不是另开一个对话产品。

7. 好友、动态与分享

添加好友、私信、发布动态;备忘、提醒、经验和文件可分享给好友,或生成口令链接。分享边界始终清晰。

8. 工作与陪伴

专注计时帮助一段一段完成工作;天气可按地区提醒降雨。桌宠可喂养、清洁、互动和打工,电脑上还能放到桌面;也可与天气、牛马鼓励器联动,让工作日多一点陪伴。

典型应用场景

日常生活

  • 写下今天的心情、见闻和照片
  • 记下餐饮、交通和日常支出,月底看清去向
  • 用一句话创建「下周二交材料」这类提醒

知识与方法沉淀

  • 把复盘、部署或写作流程打成经验包
  • 分类保存自己的 Skill 库,需要时同步到 AI 工具
  • 在经验市场浏览公开方法,收藏后纳入自己的库

邮件与协作

  • 从邮件生成待办、提醒或账目草稿,确认后再保存
  • 把备忘或文件分享给好友,对方登录后领取
  • 让已连接的 AI 代为查找经验、记录事情或给好友发消息

工作节奏

  • 用专注计时完成一段工作,并留下记录
  • 用牛马鼓励器看见工作时间对应的收入节奏
  • 打开桌宠,在电脑桌面上继续陪伴和照料

对公司的意义

从个人工具变成可管理的公共能力

记忆、经验和文件进入统一账号,而不是散落在各自电脑和聊天记录里。权限、分享和用量可以看见,也能够收回。

降低把 AI 用进日常工作的门槛

不要求团队改用新的聊天产品。接上现有 AI 工具后,就可以记录、查找和复用已经沉淀的方法。

把投入集中在记忆与同步

日记、记账、提醒、存储和经验同步共用同一套空间与会员配额,减少重复建设。会员可升级或叠加扩容包,已有内容不会因为升级而丢失。

产品如何发挥作用

flowchart LR
  A[网页 / 电脑 / 手机 / AI 工具] --> B[万记通]
  B --> C[日记记账]
  B --> D[备忘提醒]
  B --> E[经验 Skill]
  B --> F[云端存储]
  B --> G[邮件整理]
  C --> H[生活有记录]
  D --> I[事情有着落]
  E --> J[方法可复用]
  F --> K[文件可取用]
  G --> L[邮件可行动]

当前能力帮助你把生活和工作收进同一处;未来会在授权范围内,从使用方式中发现更合适的提醒、经验和整理建议。

未来能力蓝图

未来能力 可以带来的价值
用户提问分析 识别常记的事、常问的问题和容易卡住的环节
用户画像 在授权前提下,按常用任务改善记录和提醒方式
需求趋势洞察 观察一段时间里生活与工作重点如何变化
个性化服务推荐 推荐更合适的经验、提醒方式和整理节奏
效果与价值评估 结合完成情况、使用频率和空间占用,看清哪些记忆真正有用

涉及使用分析或画像时,遵循透明、授权、最小必要、用途限定、可退出和隐私保护。默认不会全开能力。

产品特点

  • 先记录,再调用:记忆留在你的账号里,AI 只在授权范围内使用
  • 经验可同步,不可远程代跑:Skill 安装到本地工具目录,由各 AI 原生加载
  • 确认先于写入:邮件提炼出的备忘、提醒和账目都是草稿
  • 分享有分寸:只读、编辑或口令链接,边界由你决定
  • 同一份记忆,多端继续:Web、Windows、Linux、Android 现可使用

适合谁使用

  • 希望每天留下日记、并看清收支的人
  • 需要备忘和提醒,但不想再开一个聊天应用的人
  • 把方法写成经验、并同步到 AI 编程工具的知识工作者
  • 希望邮件、文件和记忆同属一个私人账号的个人或小团队

开始使用

  1. 打开 https://www.wanjitong.cn,用邮箱验证码登录。
  2. 先写一篇日记,或记下第一笔收支、一条备忘。
  3. 需要时连接邮箱,把重要邮件整理成可确认的草稿。
  4. 在「连接 AI」创建密钥,按能力授权后接入 MCP。
  5. 电脑或安卓用户可到 下载页 安装客户端。

公开页面:

  • 首页:https://www.wanjitong.cn/
  • 经验市场:https://www.wanjitong.cn/marketplace
  • 下载:https://www.wanjitong.cn/download
  • 帮助:https://www.wanjitong.cn/help

会员空间

套餐 月费 云端空间 邮箱 传输
Free ¥0 5 GB 1 个 限速
Pro ¥6 50 GB 3 个 限速
Max ¥18 200 GB 10 个 不限速
Ultra ¥48 2 TB 20 个 不限速

还可按月购买扩容包叠加空间。随时升级,已有内容不会丢失。

连接 MCP

  1. 登录后打开「连接 AI」,创建密钥并保存(只显示一次)。
  2. 按需要开放备忘、日记、提醒、记账、邮箱、好友等能力;经验可限定全部或指定 Skill。
  3. 在 Claude Code 等客户端中配置:
{
  "mcpServers" : {
    "memoflow" : {
      "type" : "http",
      "url" : "https://www.wanjitong.cn/mcp",
      "headers" : { "X-Api-Key" : "sk_live_xxxxxxxx" }
    }
  }
}

本地开发时把 url 换成 http://localhost:5203/mcp。完整工具说明见产品内帮助页。

相关 MCP 服务