
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
这是一个使用 FastMCP 框架构建的消息推送服务集合。它支持 Bark 和 PushDeer。
这个包提供了两个主要命令:mcp-bark
和 mcp-pushdeer
。你可以使用像 uvx
或 pipx
这样的工具来运行它们。
使用 uvx
的例子:
# 运行 Bark 服务
# 这将启动 Bark 通知的 MCP 服务器
uvx --from notification_mcp mcp-bark
# 运行 PushDeer 服务
# 这将启动 PushDeer 通知的 MCP 服务器
uvx --from notification_mcp mcp-pushdeer
一旦服务启动,你就可以使用 FastMCP 客户端或其他兼容方法来与工具(如 send_message
)进行交互。
在运行命令之前,请配置以下环境变量:
对于 Bark (mcp-bark
):
BARK_DEVICE_KEYS
: 必需。逗号分隔的 Bark 设备密钥列表(例如 key1,key2
)。BARK_SERVER
: 可选。自建 Bark 服务器 URL,默认为 https://api.day.app
。对于 PushDeer (mcp-pushdeer
):
PUSHDEER_KEYS
: 必需。逗号分隔的 PushDeer 密钥列表(例如 keyA,keyB
)。PUSHDEER_SERVER
: 可选。自建 PushDeer 服务器 URL,默认为 https://api2.pushdeer.com
。mcp-bark
)提供以下工具:
send_message(title: str, content: str) -> str
: 向所有配置的 Bark 设备发送带有指定标题和内容的通知。mcp-pushdeer
)提供以下工具:
send_message(text: str, desp: Optional[str] = None, type: str = 'text', pushkey: Optional[str] = None) -> str
: 发送消息。type
可以是 'text'、'markdown' 或 'image'(其中 text
是图像 URL)。send_markdown(markdown: str, desp: Optional[str] = None, pushkey: Optional[str] = None) -> str
: 一个发送 Markdown 消息的便捷工具。send_image(image_url: str, desp: Optional[str] = None, pushkey: Optional[str] = None) -> str
: 一个通过 URL 发送图像消息的便捷工具。MIT
FAQs
一个基于 FastMCP 的消息推送工具,支持 PushDeer、Bark 等多种推送渠道
We found that notification-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.