Home › Knowledge & Memory › Nouz
Nouz
Semantic knowledge engine for Obsidian with auto-classification and DAG hierarchy
Topics: Knowledge & Memory
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 4.0.0)
uvx nouz-mcp
Or add to your MCP client config:
{
"mcpServers": {
"nouz-mcp": {
"command": "uvx",
"args": [
"nouz-mcp"
],
"env": {
"OBSIDIAN_ROOT": "<YOUR_VALUE>",
"NOUZ_CONFIG": "<YOUR_VALUE>",
"NOUZ_DATABASE_NAME": "<YOUR_VALUE>",
"NOUZ_DATABASE_PATH": "<YOUR_VALUE>",
"EMBED_ENABLED": "<YOUR_VALUE>",
"EMBED_PROVIDER": "<YOUR_VALUE>",
"EMBED_MODEL": "<YOUR_VALUE>",
"EMBED_API_URL": "<YOUR_VALUE>"
}
}
}
}
OBSIDIAN_ROOT— Path to Obsidian vaultNOUZ_CONFIG— Absolute path to config.yaml; if omitted, server looks in current working directoryNOUZ_DATABASE_NAME— SQLite cache filename inside OBSIDIAN_ROOTNOUZ_DATABASE_PATH— Full SQLite cache path; takes precedence over NOUZ_DATABASE_NAMEEMBED_ENABLED— Enable embedding-based featuresEMBED_PROVIDER— Embedding provider: openai-compatible endpoint or ollamaEMBED_MODEL— Embedding model nameEMBED_API_URL— Embedding API endpoint
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.KVANTRA-dev/NOUZ-MCP
Related servers
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry