standup-reminder
This MCP server integrates with a Windows tray app that reminds users to take breaks, providing tools to query status, start breaks, snooze reminders, pause reminders, view daily stats and summaries, update settings, and acknowledge reminders via stdio over a named pipe.
README
起身提醒
一款面向 Windows 10/11 的本地托盘提醒工具。默认连续使用电脑 50 分钟后建议活动 5 分钟,并提供系统通知、可选弹窗、锁屏/空闲判断、今日统计和可选 Codex MCP 集成。
本项目是非官方社区项目,与 OpenAI 不存在隶属、合作或背书关系。Codex 是 OpenAI 的商标;项目仅使用其名称准确描述可选的兼容功能,不使用 OpenAI 或 Codex 官方标识。
使用方式
- 安装版:运行
起身提醒-Setup-*-x64.exe,适合日常使用,支持开始菜单和开机启动。 - 便携版:运行
起身提醒-Portable-*-x64.exe,无需安装,默认不开启开机启动和 Codex 集成。 - 关闭主窗口不会退出应用;需要通过托盘菜单选择“退出”。
所有设置和统计保存在 Electron 的用户数据目录,不记录具体按键、鼠标位置或输入内容。托盘应用是唯一计时和数据源。
Codex 集成
Codex 集成默认关闭。开启后,在设置页展开“MCP 连接配置”,将显示的配置加入 Codex。MCP 使用 stdio,并通过带随机令牌的 Windows 命名管道连接正在运行的托盘应用,不开放本地网络端口。
提供的工具:
get_statusstart_breaksnooze_reminderpause_remindersget_today_statsget_daily_summary(按需总结模式)update_settingsacknowledge_codex_reminder
“同步 + 计时控制”提供查询和计时操作;“只读同步 + 按需总结”开放本地数据摘要工具;“只读同步 + 状态检查”会在状态结果中提供防重复提醒标记。后两项不允许 Codex 修改托盘状态,并且需要 Codex 主动调用对应工具,应用不会自行向外部服务发送请求。
本地开发
pnpm install
pnpm typecheck
pnpm test
pnpm build
pnpm dev
生成安装版和便携版:
pnpm dist
构建产物位于 release/。该目录不会提交到源码仓库;正式二进制文件应通过 GitHub Releases 发布,并附带版本说明和校验值。
开源许可
项目源码采用 MIT License 发布,版权归 rayc2026 及贡献者所有。第三方运行时及开发工具的许可信息见 THIRD_PARTY_NOTICES.md。
项目生成的配置和统计只保存在用户本地。发布者不应将个人用户数据目录、签名证书、令牌或构建密钥提交到仓库或 Release。
架构
src/main:Electron 主进程、计时状态机、持久化、托盘、Windows 系统事件和命名管道。src/renderer:主面板、提醒弹窗、活动倒计时及空闲确认界面。src/mcp:Codex stdio MCP 适配器。src/shared:共享类型和默认设置。
运行时不访问互联网,也不包含遥测或自动更新。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.