Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAG_MCP_DB_PATHYesPath to the ChromaDB persistent directory
RAG_MCP_EMBEDDERNoEmbedder model to use: 'miniLM' (default) or 'bge'miniLM
RAG_MCP_COLLECTIONYesName of the ChromaDB collection
RAG_MCP_CORPUS_ROOTYesRoot directory of the corpus (auth scope)

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_knowledgeA

Retrieve the most relevant passages from the configured knowledge corpus for a natural-language query. Returns the passage text plus a CITATION (source file + heading + chunk index) for each hit so answers are traceable. Auth-scoped to the corpus root and fail-soft: a down/empty store returns a structured error, never an exception. Use when asked to look something up in the knowledge base / docs.

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

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