---
title: Asset Graph
description: A picture of how AI tools connect to each other, and where the blast radius is.
---

_[console.superalign.ai/graph](https://console.superalign.ai/graph)_

The Asset Graph shows connections: which agent uses which MCP servers and skills, which models it calls, and which extensions live inside which editor.

```mermaid
flowchart LR
  A[Claude Code<br/>Agent] --> M1[GitHub<br/>MCP Server]
  A --> M2[Filesystem<br/>MCP Server]
  A --> S1[PDF skill<br/>Skill]
  C[Cursor<br/>Agent] --> M2
```

## Reading it

Tools are shown as cards grouped by type. Use **Add Filter** to show only some types or risk levels, and the search box to find a tool by name.

## Focus on one tool

Click a card. The tool moves to the middle, similar tools appear beside it with the riskiest first, and everything it connects to is drawn around it. Agents that use it appear on the left. The same tool panel as in [Inventory](/surface/console/inventory) opens alongside.

## What to look for

- **A Critical or High tool with many connections.** If it is compromised, everything connected to it is exposed.
- **An MCP server used by several agents.** One point through which many agents reach other systems.
- **Groups of connected High-risk tools.** Deal with these areas first.
- **Tools with no connections.** They stand alone and are usually easy to handle one by one.
