diff --git a/.gitignore b/.gitignore index 5b26cd4..460ccdb 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ Thumbs.db # Environment .env +# Video demo files +video/ diff --git a/Dockerfile b/Dockerfile index fa70f1a..9c4b25c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,10 +56,13 @@ COPY --from=builder /install /usr/local # Copy minified frontend from minifier stage COPY --from=minifier /build/frontend ./frontend -# Copy other application files +# Copy application files COPY backend ./backend +COPY mcp_server ./mcp_server COPY config.yaml . COPY VERSION . +COPY run.py . +COPY pyproject.toml . COPY plugins ./plugins COPY themes ./themes COPY locales ./locales diff --git a/README.md b/README.md index b633524..3bf17a7 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,41 @@ NoteDiscovery is a **lightweight, self-hosted note-taking application** that put - ๐ธ๏ธ **Graph View** - Interactive visualization of connected notes - โญ **Favorites** - Star your most-used notes for instant access - ๐ **Outline Panel** - Navigate headings with click-to-jump TOC +- ๐ค **AI Assistant Ready** - MCP integration for Claude, Cursor & more + +## ๐ค AI-Powered Note Management + +
+
+
+
+
A lightweight, privacy-focused note-taking application with powerful features: LaTeX math equations, Mermaid diagrams, smart tags, custom templates, code highlighting, and more. Write, organize, and discover your notes with a beautiful, modern interfaceโall running on your own server.
+A lightweight, privacy-focused note-taking application with powerful features: AI assistant integration (MCP), LaTeX math equations, Mermaid diagrams, smart tags, custom templates, code highlighting, and more. Write and organize your notes with a beautiful, modern interface all running on your own server.
+MCP integration lets Claude, Cursor & other AI tools search, create, and organize your notes.
+Progressive Web App (PWA) - install on desktop or mobile for a native experience.
Built-in translations for English, Spanish, German, and French. Easy to add more.
-