MCP Hub
Back to servers

NOUZ MCP Server

MCP Server for local knowledge management. Semantic + keywords + tags

glama
Updated
Apr 4, 2026

NOUZ — MCP Server for local knowledge management

v2.1.0

Install

pip install -r requirements.txt

Run

export OBSIDIAN_ROOT=./obsidian
export EMBED_PROVIDER=ollama  # openai, gigachat
python server.py

Config

Edit config.yaml:

FieldTypeDescription
modestringluca / prizma / sloi
levelsdictcore=1, pattern=2, module=3, quant=4, artifact=5
thresholds.semantic_bridge_thresholdfloat0.55 default
etalonslistCore signs with text for embedding
prizma_modesdictKeywords per thinking style

Tools

Basic

  • read_file(path) — read note with YAML frontmatter
  • write_file(path, content, metadata) — write note with YAML
  • list_files(level, sign, tags, subfolder) — filter files
  • index_all(with_embeddings) — index to DB
  • embed(text) — get embedding

Navigation

  • get_parents(path) — files linking to this file
  • get_children(path) — files this file links to

Semantics (prizma / sloi)

  • calibrate_cores() — recalculate etalon embeddings
  • recalc_signs() — recalculate sign_auto
  • recalc_core_mix() — recalculate core_mix
  • suggest_metadata(path) — suggest level/sign
  • suggest_parents(path) — suggest links by embeddings
  • format_entity_compact(path) — entity formula

Modes

ModeLevel StrictSemanticsDescription
lucaSimple graph
prizmaSemantic bridges + core_mix
sloiStrict 5-level hierarchy

File Format

---
level: 2
sign: Ψ
tags: [systems]
---
# Content here

Env Vars

VariableDefaultDescription
OBSIDIAN_ROOT./obsidianVault path
EMBED_PROVIDERopenaiopenai / gigachat / ollama
EMBED_API_URLhttp://127.0.0.1:1234/v1API endpoint
EMBED_MODELModel name
EMBED_API_KEYAPI key

Copyright (c) 2026 KVANTRA. MIT License.

Reviews

No reviews yet

Sign in to write a review