🧠 NeuralMD
AI-Native Knowledge Base with Semantic Connections
📝
Markdown First
Write in plain markdown. Simple, portable, AI-friendly.
🔍
Semantic Search
Find notes by meaning, not just keywords. Powered by embeddings.
🤖
MCP Ready
Connect your AI assistant directly via Model Context Protocol.
🚀 Quick Start
# Create a note
curl -X POST http://localhost:3000/api/notes \
-H "Content-Type: application/json" \
-d '{"title": "My First Note", "content": "Hello NeuralMD!"}'# Semantic search
curl -X POST http://localhost:3000/api/search \
-H "Content-Type: application/json" \
-d '{"query": "what did I learn about AI?"}'Open Source • Self-Hosted • AI-Native