knot

dongocthanhchau/knot
★ 0 stars TypeScript Memory/Knowledge Updated 9d ago
Local-first knowledge graph app with 7 graph types, AI-native, MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "knot": {
      "command": "npx",
      "args": [
        "-y",
        "dongocthanhchau/knot"
      ]
    }
  }
}

README Excerpt

> **A local-first knowledge graph app** — self-organizing notes with semantic search, wiki synthesis, and agentic chat. Inspired by [Atomic.app](https://atomic.fyi). Temporary name while we find a better one. --- | Layer | Technology | |-------|-----------| | Frontend | React 18, Next.js 14 (App Router), TypeScript |