Nouz MCP Server

Работает с Obsidian, Logseq и любыми директориями Markdown-файлов. 🇬🇧 English version. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 18 · #40 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Nouz

before you install - you'll need

Set OBSIDIAN_ROOT, NOUZ_CONFIG, EMBED_API_URL before connecting.

Claude Code

claude mcp add semiotronika-nouz-mcp -- uvx nouz-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "semiotronika-nouz-mcp": {
      "command": "uvx",
      "args": [
        "nouz-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package nouz-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Semiotronika is GitHub-verified and matches the repo owner

03 · What Nouz can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.2.5 · 2026-05-29

Fixes mean-centered etalon classification by centering candidate notes against the raw etalon centroid. Keeps LUCA graph-only by hiding retrieval/embedding tools and rejecting index_all(with_embeddings=true). Adds…

v3.2.4 · 2026-05-26

Patch release: fixes strict core_mix child-level aggregation and preserves computed semantic fields across index_all. README/README_EN now clarify artifact_signs vs core_mix. Verification: compileall, pytest…

v3.2.3 · 2026-05-18

Patch release: semantic bridges now use chunk evidence when stored chunk embeddings are available. Note-level cosine finds candidates; the best chunk pair must pass the configured threshold before a chunk-backed bridge…

04 · Who maintains Nouz

Nouz is maintained by semiotronika. We track 2 MCP servers from semiotronika - 2 actively maintained, 22 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from semiotronika.

  1. LINZA Local-first MCP sidecar for Markdown artifacts, review intents, and supervised knowledge growth. ★ 4

05 · Facts

category
productivity - ranked #40 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-05-29)
registry
io.github.Semiotronika/NOUZ-MCP (active, first published 2026-05-03 · 2 versions)
packages
pypi:nouz-mcp

06 · Nouz FAQ

What is Nouz?

Работает с Obsidian, Logseq и любыми директориями Markdown-файлов. 🇬🇧 English version. It runs locally over stdio via the published package.

Is Nouz still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Nouz?

Run `uvx nouz-mcp`. The README documents 3 environment variables (OBSIDIAN_ROOT, NOUZ_CONFIG, EMBED_API_URL) to set first. Set OBSIDIAN_ROOT, NOUZ_CONFIG, EMBED_API_URL before connecting. You can also paste the ready-made client config above.

Does Nouz run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Nouz

More productivity MCP servers · SAME - Stateless Agent Memory Engine · Seekstone · Sub Agents MCP · Mnemex · Skillfed MCP

More Python MCP servers · Brainkb · VerdictSwarm MCP · Latex MCP · Stata MCP · Serpapi MCP · see all