LINZA MCP Server

LINZA работает с Obsidian vault, Markdown-папками, документами, статьями, логами и черновиками. Она нужна, когда материалов уже слишком много и вы хотите разобрать базу, выделить в ней основные области и научить агента хорошо ориентироваться в ней. 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 · ★ 4 · #61 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install LINZA

before you install - you'll need

LINZA_VAULT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add semiotronika-linza-mcp -- uvx linza-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "semiotronika-linza-mcp": {
      "command": "uvx",
      "args": [
        "linza-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 linza-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 LINZA can do

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

Latest releases

v0.2.2 · 2026-06-01

Adds deterministic heading-aware note chunks, sidecar chunk embeddings, and centered chunk retrieval for large global candidate sets to reduce embedding anisotropy noise. Semantic search and bridges now use chunk-level…

v0.2.1 · 2026-05-29

Refines Russian user-facing review wording to 'предложения' while keeping review intent IDs and API fields stable. Updates runtime display labels to 'Предложение:' and bumps package/server metadata to 0.2.1.

v0.2.0 · 2026-05-29

LINZA 0.2.0 · Refines the public MCP surface around the 7-tool default and agent_workspace facade. · Standardizes public language around material formats and review intents. · Adds clearer review cards and…

04 · Who maintains LINZA

LINZA 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. Nouz Semantic knowledge engine for Obsidian with auto-classification and DAG hierarchy ★ 18

05 · Facts

category
productivity - ranked #61 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-06-01)
registry
io.github.Semiotronika/LINZA-MCP (active, first published 2026-05-19 · 3 versions)
packages
pypi:linza-mcp

06 · LINZA FAQ

What is LINZA?

LINZA работает с Obsidian vault, Markdown-папками, документами, статьями, логами и черновиками. Она нужна, когда материалов уже слишком много и вы хотите разобрать базу, выделить в ней основные области и научить агента хорошо ориентироваться в ней. It runs locally over stdio via the published package.

Is LINZA still maintained?

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

How do I install LINZA?

Run `uvx linza-mcp`. The README documents one environment variable (LINZA_VAULT) to set first. You can also paste the ready-made client config above.

Does LINZA 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 LINZA

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

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