GitHub开源项目

为自主AI编程代理提供实时DevOps上下文。

开源Model Context Protocol (MCP) 服务器,将实时云故障、边缘延迟、DNS查询与SSL证书健康状态直接流式传输到Claude和Cursor。

探索实时工具与功能
$npx -y github:Mealiclay01/wolrdpulse
AI代理如何使用WolrdPulse
Model Context Protocol v1.0
Developer prompt in Cursor / Claude

"Why is the Next.js production build failing on Vercel?"

Without WolrdPulse

Agent inspects local code, guesses syntax issues, and suggests unnecessary refactors to package.json.

Outcome: Wasted developer hours rewriting functional code.
With WolrdPulse MCP
Zero Hallucination
get_cloud_status() → Vercel (iad1): Incident active

Agent immediately informs you that Vercel's build queue is degraded. No code changes required.

Instant accurate resolution

专为自主AI代理工作流构建

AI编程助手在编写部署代码前验证基础设施所需的一切功能。

查看所有工具
即刻配置

与Claude Desktop或Cursor连接

将SSE端点添加到您的MCP配置文件中。无需API密钥或身份验证。

claude_desktop_config.json / cursor_mcp.jsonendpoint: /sse
{
  "mcpServers": {
    "worldpulse": {
      "url": "https://wolrdpulse.app/sse"
    }
  }
}