Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-noriget-agentping": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A hosted, remote MCP server. One tool: send_notification.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Noriget/agentping and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Let your AI agent notify you — by email, Slack, Discord, or webhook.
A hosted, remote MCP server. One tool: send_notification.
Website · Docs · Get an API key (free)
▶ Get your free API key → ping.mgm-llc.org/signup
Long-running agents work while you're away. AgentPing gives them a send_notification tool so they can reach you the moment something matters:
Notifications go to any channel you configure: email, Slack, Discord, or a custom webhook.
🔒 Read-only by design. AgentPing can only send the notifications your agent triggers. It has no access to your inbox, files, or accounts.
A. Remote URL — Cursor and any client that supports Streamable HTTP:
{
"mcpServers": {
"agentping": {
"url": "https://ping.mgm-llc.org/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
B. Stdio bridge — works with every MCP client (incl. Claude Desktop):
{
"mcpServers": {
"agentping": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://ping.mgm-llc.org/mcp", "--header", "Authorization: Bearer YOUR_API_KEY"]
}
}
}
Get your API key by signing up at ping.mgm-llc.org and setting your destinations. See the full docs for per-client steps and Slack/Discord webhook setup.
| Tool | Arguments | Notes |
|---|---|---|
send_notification | title (string, required), message (string, optional), channel (optional) | channel ∈ all | email | slack | discord | webhook. Default: all configured channels. |
Stateless Streamable HTTP (JSON-RPC 2.0): initialize, tools/list, tools/call, ping. Auth via Authorization: Bearer <api_key> (or ?key= for clients that can't set headers).
Built on Cloudflare Workers + D1 + Hono. To run your own instance:
npm install
npm run db:local
npm run dev # http://localhost:8787
.dev.vars needs APP_SECRET (and RESEND_API_KEY to enable email).
npx wrangler login
npx wrangler d1 create agentping # put database_id in wrangler.jsonc
npm run db:remote
npx wrangler secret put APP_SECRET
npx wrangler secret put RESEND_API_KEY
# Stripe billing (optional):
npx wrangler secret put STRIPE_SECRET_KEY
npx wrangler secret put STRIPE_WEBHOOK_SECRET
npx wrangler deploy
Set vars.APP_URL to the production URL and attach a custom domain.
MIT · Operated by MGM LLC.