Interactive Demo
A live force-directed graph of a sample mindmap. Click any node to inspect its data. Drag nodes to rearrange. Scroll to zoom.
{
"id": "uuid-string",
"text": "string",
"parentId": "uuid | null",
"children": ["uuid", "..."],
"tags": ["string", "..."],
"createdAt": "ISO 8601",
"updatedAt": "ISO 8601"
}
~/.mindkeeper/mindmap.json
Example tool calls
{
"text": "Ship v2 by Q3",
"parentId": "root-id",
"tags": ["roadmap", "q3"]
}
{
"query": "EU launch"
}
// Returns scored results:
// exact match → +10
// substring → +5
// token match → +2 each
// tag match → +1 each
// Returns nested Markdown:
- Product Strategy
- Ship v2 by Q3 [roadmap, q3]
- EU market expansion
- API v2 design
- Hire backend engineer
{
"nodeId": "optional-subtree-id"
}
// Omit nodeId to get full tree.
// Pass nodeId to get a subtree.
Install in 60 seconds. Your thoughts deserve better than chat history.