nudge-doc
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nudge-docpush this markdown to Feishu and send me a card"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NudgeDoc
Agent 生成的 Markdown → 飞书云文档 + 私聊卡片。
文档你不主动看?让 Bot 来 nudge 你。
功能(V1)
任意 Markdown → 飞书 Docx
默认给
FEISHU_TARGET_OPEN_ID发私聊卡片(标题 + 摘要 + 打开链接)MCP Server(Cursor 主路径)+ CLI(Claude Code / 脚本备用)
Related MCP server: Google Chat Webhook MCP Server
快速开始
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_IDCLI
nudgedoc push --title "本周学习路线" --file plan.md
# 或 stdin
echo "# Hello" | nudgedoc push --title "Test"
# 只建 Doc,不发卡片
nudgedoc push --title "Test" --file plan.md --no-cardCursor 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 共用):
权限 | 用途 |
| 发私聊卡片 |
| 创建 / 编辑文档 |
| 交互卡片(可选,当前用 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_idV2 Roadmap(占位)
读取 Agent / Cursor 对话历史
自动总结周计划并推送
本地
push_history.jsonl或 sqlite
见 nudgedoc/memory/。
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LondonBella-cpu/nudge-doc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server