HomeKnowledge & Memory › Nouz

Nouz

Semantic knowledge engine for Obsidian with auto-classification and DAG hierarchy

Python Local macOSWindowsLinux
★ 20 stars Last pushed 2026-09-02 License: MIT

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 vault
  • NOUZ_CONFIG — Absolute path to config.yaml; if omitted, server looks in current working directory
  • NOUZ_DATABASE_NAME — SQLite cache filename inside OBSIDIAN_ROOT
  • NOUZ_DATABASE_PATH — Full SQLite cache path; takes precedence over NOUZ_DATABASE_NAME
  • EMBED_ENABLED — Enable embedding-based features
  • EMBED_PROVIDER — Embedding provider: openai-compatible endpoint or ollama
  • EMBED_MODEL — Embedding model name
  • EMBED_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

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry