/ ディレクトリ / プレイグラウンド / agents-observe (Claude Code Observability)
● コミュニティ simple10 ⚡ 即起動

agents-observe (Claude Code Observability)

作者 simple10 · simple10/agents-observe

Real-time observability of Claude Code sessions and multi-agents — live dashboard of tool calls and files touched.

Real-time observability of Claude Code sessions and multi-agents — live dashboard of tool calls and files touched.

ライブデモ

実際の動作

agents-observe-simple10.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "agents-observe-simple10": {
      "command": "npx",
      "args": [
        "-y",
        "agents-observe-simple10"
      ]
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "agents-observe-simple10": {
      "command": "npx",
      "args": [
        "-y",
        "agents-observe-simple10"
      ]
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "agents-observe-simple10": {
      "command": "npx",
      "args": [
        "-y",
        "agents-observe-simple10"
      ]
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agents-observe-simple10": {
      "command": "npx",
      "args": [
        "-y",
        "agents-observe-simple10"
      ]
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "agents-observe-simple10",
      "command": "npx",
      "args": [
        "-y",
        "agents-observe-simple10"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "agents-observe-simple10": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "agents-observe-simple10"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add agents-observe-simple10 -- npx -y agents-observe-simple10

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: agents-observe (Claude Code Observability)

Get started with agents-observe (Claude Code Observability)

使うタイミング: When you want to bring agents-observe (Claude Code Observability) into your Claude workflow.

フロー
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use agents-observe (Claude Code Observability) to help me with a task.✓ コピーしました

結果: Claude can interact with agents-observe (Claude Code Observability) directly from your IDE.

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る