nudge-doc
Converts Markdown to Feishu documents and sends a private chat card to nudge the user.
README
NudgeDoc
Agent 生成的 Markdown → 飞书云文档 + 私聊卡片。
文档你不主动看?让 Bot 来 nudge 你。
功能(V1)
- 任意 Markdown → 飞书 Docx
- 默认给
FEISHU_TARGET_OPEN_ID发私聊卡片(标题 + 摘要 + 打开链接) - MCP Server(Cursor 主路径)+ CLI(Claude Code / 脚本备用)
快速开始
cd ~/Developer/person/nudge-doc
python3.12 -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env
# 填入新建飞书应用的 FEISHU_APP_ID / SECRET / TARGET_OPEN_ID
CLI
nudgedoc push --title "本周学习路线" --file plan.md
# 或 stdin
echo "# Hello" | nudgedoc push --title "Test"
# 只建 Doc,不发卡片
nudgedoc push --title "Test" --file plan.md --no-card
Cursor MCP
~/.cursor/mcp.json:
{
"mcpServers": {
"nudgedoc": {
"command": "/Users/pingzi/Developer/person/nudge-doc/.venv/bin/python",
"args": ["-m", "nudgedoc", "mcp"],
"env": {
"FEISHU_APP_ID": "cli_xxx",
"FEISHU_APP_SECRET": "xxx",
"FEISHU_TARGET_OPEN_ID": "ou_xxx"
}
}
}
}
对话中说:「把这份学习计划推到飞书」 → Agent 调用 push_markdown。
飞书新应用权限(V1 最小集)
在 飞书开放平台 创建独立应用(不要与 Agent-Pilot 共用):
| 权限 | 用途 |
|---|---|
im:message:send_as_bot |
发私聊卡片 |
docx:document |
创建 / 编辑文档 |
cardkit:card:write |
交互卡片(可选,当前用 interactive 消息) |
V1 不需要事件订阅长连接(只主动 OpenAPI 推送)。
获取 open_id:把 Bot 加到测试范围 → 私聊 Bot 发消息 → 开放平台「测试企业与人员」查看,或从 Bot 日志读取。
架构
Cursor Agent ──MCP──► nudgedoc.push_markdown
Claude CLI ──Shell► nudgedoc push
│
├─► Feishu Docx API
└─► IM card → your open_id
V2 Roadmap(占位)
- [ ] 读取 Agent / Cursor 对话历史
- [ ] 自动总结周计划并推送
- [ ] 本地
push_history.jsonl或 sqlite
见 nudgedoc/memory/。
License
MIT
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.
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.
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.
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.