Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAGBRAIN_URLNoRAGBrain API URLhttp://localhost:8000
RAGBRAIN_TIMEOUTNoRequest timeout (seconds)60
RAGBRAIN_LOG_LEVELNoDEBUG, INFO, WARNING, ERRORINFO
RAGBRAIN_MAX_RESULTSNoMax search results20
RAGBRAIN_MAX_DOCUMENT_LENGTHNoMax doc length (chars)100000

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
ragbrain_list_namespaces

List all namespaces in the RAGBrain knowledge base. Returns namespace names, descriptions, document counts, and hierarchy. Use this to discover what knowledge areas are available.

ragbrain_search

Perform semantic search across the RAGBrain knowledge base. Returns relevant text chunks that match the query. Use this to find information on any topic stored in RAGBrain.

ragbrain_browse_namespace

List all documents stored in a specific namespace. Returns document names, IDs, chunk counts, and creation dates. Use this to see what's in a particular knowledge area.

ragbrain_get_document

Retrieve the full content of a specific document by its ID. Returns the complete reconstructed text from all chunks. Use this when you need to read an entire document.

ragbrain_discover_documents

Discover documents by semantic search over their summaries. Use this to find documents about a topic BEFORE searching for specific content. Returns document titles, headings, and relevance scores. Example queries: 'documents about leadership', 'notes on valuation', 'files covering conflict resolution'. After discovering relevant documents, use ragbrain_search to find specific content.

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/ragbrain/ragbrain-mcp'

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