Skip to main content
Glama
Rlealbarili

governed-rag-mcp

by Rlealbarili

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOVERNED_RAG_INDEXNoSQLite index path.data/knowledge.sqlite
OLLAMA_EMBEDDINGS_URLNoOllama embeddings endpoint.http://127.0.0.1:11434/api/embeddings
OLLAMA_EMBEDDING_MODELNoOllama model name.nomic-embed-text
GOVERNED_RAG_CLIENT_PROFILENoProcess-wide ACL profile. Missing, empty, or unknown values resolve to restricted.restricted
OLLAMA_EMBEDDING_DIMENSIONSNoExpected Ollama vector dimensions.768
GOVERNED_RAG_HASH_DIMENSIONSNoDemo hashing-vector dimensions.64
GOVERNED_RAG_EMBEDDING_PROVIDERNohash or ollama; unknown values currently select hash.hash

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_knowledgeA

Search governed knowledge. Low-confidence context is removed in strict mode.

list_knowledge_sourcesA

List source classes and chunk counts without returning chunk text.

rag_statusA

Return safe aggregate health and telemetry without query or chunk text.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Governed RAG capabilitiesMachine-readable, non-sensitive description of this server's real capabilities.

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

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