vault-rag-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | Yes | Qdrant instance URL (HTTPS requires the :443 port; appended automatically if missing) | |
| GOOGLE_API_KEY | Yes | Google AI API key | |
| QDRANT_API_KEY | Yes | Qdrant API key | |
| EMBEDDING_MODEL | No | Gemini embedding model | gemini-embedding-001 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_vaultA | Search the vault semantically. Returns the most relevant notes. Args: query: Natural language search query (works in French and English) limit: Maximum number of results (default 10) para_folder: Filter by PARA folder (1_Projects, 2_Areas, 3_Resources, 4_Archives) note_type: Filter by note type (memo, glossary, howto, meeting-note, etc.) |
| search_glossaryB | Search the glossary (1878 term definitions in 3_Resources/definitions/). Args: query: Term or concept to look up (works in French and English) limit: Maximum number of results (default 5) |
| get_noteA | Retrieve the full content of a specific note by its file path. Args: file_path: Path relative to vault root (e.g. '3_Resources/definitions/p/powerflex.md') |
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
- 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/fjacquet/vault-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server