knowledge-vault-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KNOWLEDGE_VAULT_ROOT | Yes | The configured vault root. This is required for the MCP stdio server and cannot be changed through MCP tool calls. | |
| KNOWLEDGE_VAULT_MAX_PAYLOAD_BYTES | No | Maximum aggregate knowledge payload size in UTF-8 bytes. Defaults to 65536. | 65536 |
| KNOWLEDGE_VAULT_MAX_SECTION_CHARS | No | Maximum characters for a note section returned by get_note_section. Defaults to 6000. | 6000 |
| KNOWLEDGE_VAULT_MAX_SEARCH_RESULTS | No | Maximum number of search results that can be requested. Defaults to 10. | 10 |
| KNOWLEDGE_VAULT_PROTECTED_PREFIXES | No | Comma-separated vault-relative prefixes that are permanently inaccessible and cannot be bypassed. Defaults to empty (no protected prefixes). | |
| KNOWLEDGE_VAULT_MAX_FULL_NOTE_CHARS | No | Maximum characters for a full-note read when maxChars is supplied. Defaults to 8000. | 8000 |
| KNOWLEDGE_VAULT_DEFAULT_SEARCH_LIMIT | No | Default number of search results returned. Defaults to 5. | 5 |
| KNOWLEDGE_VAULT_SEARCH_EXCERPT_CHARS | No | Maximum number of characters for each search result evidence excerpt. Defaults to 360. | 360 |
| KNOWLEDGE_VAULT_AUTHORITY_TIER1_PATTERNS | No | Comma-separated vault-relative patterns defining Tier 1 default searchable authority. Overrides built-in defaults when set. | |
| KNOWLEDGE_VAULT_AUTHORITY_TIER2_PATTERNS | No | Comma-separated vault-relative patterns defining Tier 2 historical/explicit search authority. Overrides built-in defaults when set. | |
| KNOWLEDGE_VAULT_AUTHORITY_SOURCE_PATTERNS | No | Comma-separated vault-relative patterns defining Tier 3 source material accessible only with explicit scope. Overrides built-in defaults when set. | |
| KNOWLEDGE_VAULT_AUTHORITY_EXCLUDED_PATTERNS | No | Comma-separated vault-relative patterns defining Tier 3 excluded material that never enters automatic search. Overrides built-in defaults when set. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues