LINZA-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINZA_VAULT | Yes | Path to the Markdown folder (vault). | |
| LINZA_LANGUAGE | No | Language for guide_next_steps: auto, ru, en. | |
| LINZA_EMBED_KEY | No | Optional API key for OpenAI-compatible embeddings. | |
| LINZA_EMBED_URL | Yes | URL for the embeddings API. | |
| LINZA_EMBED_MODEL | Yes | Model name for embeddings. | |
| LINZA_TOOL_SURFACE | No | Tool surface: default or advanced. | |
| LINZA_EMBED_PROVIDER | Yes | Embedding provider: lmstudio, openai, ollama. | |
| LINZA_DEFAULT_PROFILE | No | Default search profile (default: general). | |
| LINZA_BRIDGE_THRESHOLD | No | Semantic bridge threshold (default: 0.55). | |
| LINZA_MAX_BRIDGE_PAIRS | No | Max pairs for bridge computation (default: 1000000, 0 disables). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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