Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINZA_VAULTYesPath to the Markdown folder (vault).
LINZA_LANGUAGENoLanguage for guide_next_steps: auto, ru, en.
LINZA_EMBED_KEYNoOptional API key for OpenAI-compatible embeddings.
LINZA_EMBED_URLYesURL for the embeddings API.
LINZA_EMBED_MODELYesModel name for embeddings.
LINZA_TOOL_SURFACENoTool surface: default or advanced.
LINZA_EMBED_PROVIDERYesEmbedding provider: lmstudio, openai, ollama.
LINZA_DEFAULT_PROFILENoDefault search profile (default: general).
LINZA_BRIDGE_THRESHOLDNoSemantic bridge threshold (default: 0.55).
LINZA_MAX_BRIDGE_PAIRSNoMax pairs for bridge computation (default: 1000000, 0 disables).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
index_allA

Rebuild the LINZA sidecar index for the configured Markdown vault. Use after first setup or after notes change; writes only .linza/linza.db and does not modify note bodies.

searchA

Find relevant indexed Markdown notes by semantic/lexical query. Use before read_file when the path is unknown; may record search history in the LINZA sidecar.

read_fileA

Read one vault-relative Markdown file exactly as stored. Use after search or when the path is known; does not write files or sidecar state.

get_statsA

Return quick LINZA sidecar status: indexed file count, profiles, semantic bridges, and active profile. Use for health checks.

scan_vaultA

Run a read-only vault diagnostic over files, links, metadata, and LINZA setup. Use at first contact or when deciding what to fix next.

guide_next_stepsA

Read the current LINZA state and recommend the next safe onboarding/review step in plain language. This is the navigator for agents and users; it does not write files.

agent_workspaceA

Main LINZA workflow facade. Choose one action to inspect the workspace, ingest artifacts, review/apply supervised items, explain connections, search memory, export context, or run diagnostics. Safe actions are read-only; apply actions preview by default with dry_run=true.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Semiotronika/LINZA-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server