Help us improve
Share bugs, ideas, or general feedback.
From kongcode
Opens a read-only web UI to explore the kongcode memory graph via dashboard, memory/concept browsers, and graph explorer. Use for visualizing and inspecting stored data.
npx claudepluginhub 42u/kongcode --plugin kongcodeHow this skill is triggered — by the user, by Claude, or both
Slash command
/kongcode:kongcode-web-uiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A local, read-only web UI for exploring the kongcode memory graph (GH #15, v1):
Launches local HTTP server to view AGD memory files in browser: searchable blocks, force-directed graph of refs, rendered Markdown bodies with navigation. Use for 'view memory' or inspect project memory.
Launches an interactive browser-based neural graph visualization of methodology profiles, memories, and knowledge graph connections. Use for visual overview of the memory system or cognitive profile.
Manages Maenifold knowledge graphs via CLI: write/read/search/edit memories, build context, run workflows, visualize graphs, track assumptions.
Share bugs, ideas, or general feedback.
A local, read-only web UI for exploring the kongcode memory graph (GH #15, v1): Dashboard (record counts + embedding coverage), Memory browser, Concept browser, and an interactive Graph explorer.
node scripts/open-ui.mjs
This reads the daemon's auth token (~/.kongcode/cache/auth-token) and opens
http://127.0.0.1:<port>/ui in the browser. The default port is
28900 + (uid % 10000); override with KONGCODE_UI_PORT.
127.0.0.1-only TCP listener, separate
from the Unix-socket hook API.KONGCODE_UI=0 to disable the UI server in the daemon entirely.