PluginBench
MCP Server
Active
MIT

AgentPing MCP Server

io.github.Noriget/agentping

What is the AgentPing MCP server?

Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.

How to install AgentPing

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <api_key> — get a free key at https://ping.mgm-llc.org/signup

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentping": {
      "url": "https://ping.mgm-llc.org/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentping": {
      "serverUrl": "https://ping.mgm-llc.org/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentping": {
      "type": "http",
      "url": "https://ping.mgm-llc.org/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agentping": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ping.mgm-llc.org/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agentping https://ping.mgm-llc.org/mcp

Related MCP servers

AgentCron

Active

Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs.

0
TypeScript
View repository →