Skip to content
VS Code

AgentPing for VS Code

io.github.noriget/agentping

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

client:VS Code transport:streamable-http

Install AgentPing in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentping": {
      "type": "http",
      "url": "https://ping.mgm-llc.org/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AgentPing in other clients