GitHubでオープンソース

自律型AIエージェント向けリアルタイムDevOpsコンテキスト。

クラウド障害、エッジレイテンシ、DNSクエリ、SSL証明書の状態をClaudeやCursorに直接ストリーミングするオープンソースModel Context Protocol (MCP) サーバー。

ライブツールと機能を探索
$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コーディングアシスタントがデプロイコードを作成する前にインフラを検証するために必要なすべての機能。

すべてのツールを見る
即時セットアップ

Claude Desktop または Cursor と接続

MCP設定ファイルにSSEエンドポイントを追加します。APIキーや認証は不要です。

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