← All features

Knowledge Graph

See how your ideas connect

Interactive force-directed graph visualization of document connections. Explore wiki links, markdown links, and semantic similarity edges as a navigable constellation. Available in CLI, Web UI, REST API, and via MCP.

Use cases
Spotting clusters in a large vault
Finding related notes without guessing slugs
Explaining the structure of a knowledge base to a teammate

What it gives you

  • Interactive force-directed visualization
  • Wiki links, markdown links, and golden similarity edges
  • Graph health report with hubs, communities, unresolved links, isolates, and edge confidence
  • Filter by collection
  • Filter by detected community
  • Find bidirectional neighbors from any document
  • Trace shortest paths between two notes
  • Click nodes to navigate to documents
  • Zoom, pan, and explore
  • CLI, REST API, and MCP access

Try it yourself

Representative commands and entry points. Full reference lives in the documentation.

gno graph
gno graph --collection notes
gno graph --similar
gno graph --neighbors gno://notes/auth.md
gno graph --from gno://notes/a.md --to gno://notes/b.md
gno serve # then /graph

Keep reading

Related features and docs.