1. Conduid
  2. RAG
  3. Lumina Note
MCP server · RAG

Lumina Note

Lumina Note - A modern Markdown note-taking app with live preview, bidirectional links, and AI assistant

59Fair

Scored 4 months ago · breakdown

About Lumina Note

Lumina Note is an MCP server in the RAG category: lumina Note - A modern Markdown note-taking app with live preview, bidirectional links, and AI assistant. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/blueberrycongee/Lumina-Note

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Lumina Note

Powered by Claude · Grounded in docs

I know everything about Lumina Note. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Lumina Note

Local-first AI note-taking app

Your notes stay on your device. Lumina Note helps you write, connect, search, and refine knowledge with AI while keeping data ownership in your hands.

GitHub Release License Electron

CI Security Audit Downloads Last Commit GitHub Stars Commit Activity Platform

Language: English (default) · 简体中文 · 繁體中文 · 日本語 · 한국어 · Español · Français · Deutsch · Italiano · Português (Brasil) · Русский


  • Local-first by design: your vault is local, and you decide what gets sent to model providers.
  • Knowledge-centered workflow: Markdown editing, WikiLinks, graph view, and AI agents work as one system.
  • AI that can actually act: Agent mode supports real editing, planning, and automation tasks.

Get the latest build from Releases:

Platform Package
Windows .exe (NSIS)
macOS (Universal) .dmg / .zip
Linux .AppImage


  • Agent mode for editing, planning, and task automation
  • Multi-provider: OpenAI, Anthropic (Claude), Google (Gemini), DeepSeek, Moonshot (Kimi), Zhipu (GLM), MiMo, Qwen, Groq, OpenRouter, Ollama, plus any OpenAI-compatible endpoint
  • Orchestrated agent runtime for heavier tasks, with a fast path for simpler requests
  • Markdown source / live preview / reading modes
  • Bidirectional links with [[WikiLinks]]
  • LaTeX, Mermaid, and code highlighting
  • Knowledge graph (global) and local graph (per-note neighborhood)
  • Built-in PDF reader with highlight, underline, and annotations
  • Save annotation output as Markdown
  • Send selected content directly into AI context
  • Real-time voice input
  • WebDAV sync
  • Flashcard review
  • Conversation export
  • Skill manager (workspace / user / built-in agent skills)
  • 15 themes
  • Native iOS app (SwiftUI) and Android app (Kotlin + Jetpack Compose) under mobile/
  • Pair to your desktop with the built-in Mobile Gateway (QR code + token) for direct LAN sync
  • Cross-network access through the optional self-hosted relay — see docs/self-host.md
  • Load plugins from workspace / user / built-in directories
  • Runtime permission model for plugin capabilities
  • Slash command extension API
  • Developer guide: docs/plugin-ecosystem.md

  1. Install Lumina Note from Releases.
  2. Choose a local folder as your vault on first launch.
  3. Configure a model provider and API key in the AI panel, then optionally choose your preferred model.
  4. Create your first note and start linking with [[WikiLinks]].

  • English: docs/user-flow.md
  • 简体中文: docs/user-flow.zh-CN.md
  • 日本語: docs/user-flow.ja.md
  • English: docs/self-host.md
  • 简体中文: docs/self-host.zh-CN.md

Requirements:

  • Node.js 22+
git clone https://github.com/blueberrycongee/Lumina-Note.git
cd Lumina-Note
npm install
npm run dev          # dev (electron-vite + Electron)
npm run build        # production bundle into out/
npm run dist:mac     # sign + package a dmg/zip (also dist:win, dist:linux)

  • Desktop: Electron 41 (Chromium + Node.js main process)
  • Frontend: React 18, TypeScript, Tailwind CSS
  • Editor: CodeMirror 6
  • State: Zustand
  • Agent runtime: Vercel AI SDK (ai)
  • Mobile: SwiftUI (iOS), Kotlin + Jetpack Compose (Android) — mobile/
  • Self-host relay (optional): Rust + axum + sqlx + Yjs CRDT — server/



Apache License 2.0


Star History Chart

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Lumina Note

How do I install Lumina Note?

Run git clone https://github.com/blueberrycongee/Lumina-Note, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Lumina Note safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Lumina Note still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.