Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KNOWLEDGE_VAULT_ROOTYesThe configured vault root. This is required for the MCP stdio server and cannot be changed through MCP tool calls.
KNOWLEDGE_VAULT_MAX_PAYLOAD_BYTESNoMaximum aggregate knowledge payload size in UTF-8 bytes. Defaults to 65536.65536
KNOWLEDGE_VAULT_MAX_SECTION_CHARSNoMaximum characters for a note section returned by get_note_section. Defaults to 6000.6000
KNOWLEDGE_VAULT_MAX_SEARCH_RESULTSNoMaximum number of search results that can be requested. Defaults to 10.10
KNOWLEDGE_VAULT_PROTECTED_PREFIXESNoComma-separated vault-relative prefixes that are permanently inaccessible and cannot be bypassed. Defaults to empty (no protected prefixes).
KNOWLEDGE_VAULT_MAX_FULL_NOTE_CHARSNoMaximum characters for a full-note read when maxChars is supplied. Defaults to 8000.8000
KNOWLEDGE_VAULT_DEFAULT_SEARCH_LIMITNoDefault number of search results returned. Defaults to 5.5
KNOWLEDGE_VAULT_SEARCH_EXCERPT_CHARSNoMaximum number of characters for each search result evidence excerpt. Defaults to 360.360
KNOWLEDGE_VAULT_AUTHORITY_TIER1_PATTERNSNoComma-separated vault-relative patterns defining Tier 1 default searchable authority. Overrides built-in defaults when set.
KNOWLEDGE_VAULT_AUTHORITY_TIER2_PATTERNSNoComma-separated vault-relative patterns defining Tier 2 historical/explicit search authority. Overrides built-in defaults when set.
KNOWLEDGE_VAULT_AUTHORITY_SOURCE_PATTERNSNoComma-separated vault-relative patterns defining Tier 3 source material accessible only with explicit scope. Overrides built-in defaults when set.
KNOWLEDGE_VAULT_AUTHORITY_EXCLUDED_PATTERNSNoComma-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

NameDescription

No tools

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/dev-jeyelscott/knowledge-vault-mcp'

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