mcp_engram_visualize
Generate a Mermaid diagram of a BFS subgraph from a seed concept, using α-weighted edge costs to prioritize high-relevance paths.
Instructions
Render a BFS subgraph from a seed concept as a Mermaid diagram. Default α-weighted (ENGRAM_ALPHA_SPEED_GATE master switch, default on): edge cost=1+volatility so high-α paths burn depth budget faster. Set alpha_weighted=false or ENGRAM_ALPHA_SPEED_GATE=0 for classic unit-hop BFS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | BFS depth / α-budget (default: 2, max: 5). With alpha_weighted, budget is continuous (cost=1+α per edge). | |
| concept | Yes | The seed concept to start the graph from | |
| alpha_weighted | No | If true (default), use RoMem α-weighted hop costs. If false, classic unit-hop BFS. |