← Index

LINZA

io.github.Semiotronika/LINZA-MCP·v0.1.4·Memory & RAG
Quality Score
85
/100

Local-first MCP sidecar for Markdown artifacts, review cards, and supervised knowledge growth.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "LINZA-MCP": {
      "command": "uvx",
      "args": [
        "linza-mcp"
      ],
      "env": {
        "LINZA_VAULT": "<linza_vault>",
        "LINZA_EMBED_PROVIDER": "<linza_embed_provider>",
        "LINZA_EMBED_URL": "<linza_embed_url>",
        "LINZA_EMBED_MODEL": "<linza_embed_model>",
        "LINZA_EMBED_KEY": "<your-linza_embed_key>",
        "LINZA_BRIDGE_THRESHOLD": "<linza_bridge_threshold>",
        "LINZA_MAX_BRIDGE_PAIRS": "<linza_max_bridge_pairs>",
        "LINZA_DEFAULT_PROFILE": "<linza_default_profile>",
        "LINZA_TOOL_SURFACE": "<linza_tool_surface>",
        "LINZA_LANGUAGE": "<linza_language>"
      }
    }
  }
}
§02  Environment variables
LINZA_VAULT
required

Absolute path to the Markdown workspace or vault LINZA may index.

LINZA_EMBED_PROVIDER

Embedding provider. Allowed values: lmstudio, openai, ollama. Default: lmstudio.

LINZA_EMBED_URL

Embedding API base URL when LINZA_EMBED_PROVIDER is lmstudio, openai, or ollama.

LINZA_EMBED_MODEL

Embedding model name.

LINZA_EMBED_KEY
secret

Optional embedding API key.

LINZA_BRIDGE_THRESHOLD

Semantic bridge threshold as a floating-point string. Default: 0.55.

LINZA_MAX_BRIDGE_PAIRS

Maximum note pairs for semantic bridge rebuilds. Default: 1000000. Use 0 to disable the guard.

LINZA_DEFAULT_PROFILE

Default search profile name. Defaults to general.

LINZA_TOOL_SURFACE

Tool surface. Allowed values: default, advanced. Default: default.

LINZA_LANGUAGE

Human-facing guide language. Allowed values: auto, en, ru. Default: auto.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG