Skip to main content
Glama
fjacquet

vault-rag-mcp

by fjacquet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QDRANT_URLYesQdrant instance URL (HTTPS requires the :443 port; appended automatically if missing)
GOOGLE_API_KEYYesGoogle AI API key
QDRANT_API_KEYYesQdrant API key
EMBEDDING_MODELNoGemini embedding modelgemini-embedding-001

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/fjacquet/vault-rag-mcp'

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