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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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