llaab

finografic/llaab
★ 0 stars TypeScript AI/LLM Updated today
🌱 LLAAB: Order out of chaos by turning unstructured information into structured, executable knowledge. Local-first TypeScript monorepo: YouTube ingestion pipeline, typed vault nodes, LLM router, agent orchestration, and MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llaab": {
      "command": "npx",
      "args": [
        "-y",
        "finografic/llaab"
      ]
    }
  }
}

README Excerpt

Local-first learning loop: structured vault nodes, governed LLM calls, and persisted runs. If you want LLAAB available in the browser at any time, the supported local setup is: - Bun API service on `http://127.0.0.1:8888` - Vite client on `http://llaab.localhost:3000` - `launchd` for login-time persistence

Tools (1)

LaunchAgents

Topics

ai-agentsknowledge-managementmcpmonorepotypescript