> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/ai-monitoring.md).

# AI の利用

AI Usage タブでは、チームのデバイスで発生している AI のアクティビティを表示します。Device Protection エージェントは 3 つのことを検知し、ここに表示します: 使用中の Model Context Protocol (MCP) サーバー、呼び出されている AI モデル、そしてそれらのサーバーが実行するツール呼び出しです。

これにより、開発者に自己申告を求めることなく、組織全体の AI 使用状況をセキュリティおよび IT チームがリアルタイムで把握できます。

{% hint style="info" %}
AI Usage は現在、閲覧のみです。モデル、MCP サーバー、ツールをブロックする機能は近日公開予定です。
{% endhint %}

移動先 [Device Protection を開き、AI Usage タブを開きます](https://app.aikido.dev/endpoint-protection/ai-usage)。次を使います **MCP サーバー**, **モデル**、そして **ツール** 3つの表示を切り替えるフィルター。

## 確認すべきポイント

* **見慣れないモデル、サーバー、またはツール** - 見覚えのないものは、承認されていないツール、または仕事用デバイスで使用されている個人アカウントの可能性があります
* **予期しない項目での高いデバイス数** - まだ検証していないものが広く採用されている場合は、確認する価値があります
* **リモート MCP サーバー** - リモートサーバーはデバイスデータが第三者に送信されることを意味するため、承認済みか確認してください

## MCP サーバー

各行は、デバイスが接続した MCP サーバーです。

<figure><img src="/files/da39c9aa87bc38336a0f3e405ef0b73ba117a758" alt=""><figcaption></figcaption></figure>

* **MCP サーバー** - サーバー識別子（例: `@aikidosec/mcp`, `mcp.notion.com`）。Aikido は、デバイス上でローカルに実行されているサーバーと、ネットワーク経由でデバイスが接続するリモートサーバーの両方を検知します
* **プロバイダー** - サーバーに接続した AI クライアントまたはベンダー（例: `cursor`, `Anthropic`)
* **デバイス** - このサーバーに接続したデバイス数

## モデル

各行は、少なくとも1台のデバイスから呼び出された一意のモデルです。

<figure><img src="/files/c010522db439676c74cb21c0c7ecb208c63d0d20" alt=""><figcaption></figcaption></figure>

* **モデル** - 特定のモデル識別子（例: `claude-opus-4-8`, `gpt-5-mini`)
* **プロバイダー** - モデルを提供する企業（例: `Anthropic`, `OpenAI`)
* **デバイス** - このモデルを呼び出したデバイス数
* **最終使用** - 最後の呼び出しが検知された日時

## ツール

各行は、デバイスから呼び出されたツールです。たとえば、ファイル読み取りツールやデータベース照会ツールです。これにより、AI アシスタントが実際に何をしているのか、接続先のサーバーだけでなく把握できます。

<figure><img src="/files/1252bce485f6d01aaf01ea1df8e279d450f8a8c0" alt=""><figcaption></figcaption></figure>

* **名前** - ツール識別子（例: `編集`, `Bash`, `書き込み`)
* **プロバイダー** - ツールに関連付けられた AI クライアントまたはベンダー（例: `Anthropic`)
* **最終使用** - ツールが最後に呼び出された日時
* **デバイス** - このツールを呼び出したデバイス数

## それを使用しているデバイスを確認する

任意の行のデバイス数を選択すると、その背後にある正確なデバイスを確認できます。これを使って、見慣れないモデル、サーバー、またはツールを、使用している人までたどれます。

次を使用してください **検索** バーで特定のモデル、プロバイダー、サーバー、またはツールを名前で検索します。

{% hint style="info" %}
Aikido はまだ ChatGPT デスクトップアプリからの AI アクティビティを検知できません。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/ai-monitoring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
