Back to Home
onoeserika007 icon

Local-Notes-MCP-Server

Verified Safe

by onoeserika007

Overview

An AI-powered personal knowledge base and note management system with Obsidian integration, supporting full-text and semantic search.

Installation

Run Command
docker-compose up -d

Environment Variables

  • QWEN_API_KEY
  • OBSIDIAN_VAULT_PATH
  • DATABASE_URL
  • SECRET_KEY
  • VITE_API_BASE

Security Notes

The default `SECRET_KEY` in `backend/app/core/config.py` is a placeholder and poses a significant security risk if not changed in production. The system relies on a Qwen API Key for AI features, which must be secured. CORS settings are appropriate for local development but need careful review for production. SQL injection is mitigated by SQLAlchemy, and path traversal is handled using `pathlib` for Obsidian integration. Markdown rendering on the frontend relies on `ReactMarkdown`, which generally sanitizes against XSS, but custom rendering could introduce risks.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens4000
Stars0
Forks0
Last Update2025-12-14

Tags

AINotesKnowledge ManagementSearchObsidian