mcp_engram_visualize
Visualize concept relationships by rendering a BFS subgraph from a seed concept. Generates a Mermaid diagram to explore how concepts connect within Engram's memory system.
Instructions
Render a BFS subgraph from a seed concept as a Mermaid diagram. Shows how concepts are related to each other.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | The seed concept to start the graph from | |
| depth | No | BFS depth (default: 2, max: 5) |