governed-rag-mcp
by Rlealbarili
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOVERNED_RAG_INDEX | No | SQLite index path. | data/knowledge.sqlite |
| OLLAMA_EMBEDDINGS_URL | No | Ollama embeddings endpoint. | http://127.0.0.1:11434/api/embeddings |
| OLLAMA_EMBEDDING_MODEL | No | Ollama model name. | nomic-embed-text |
| GOVERNED_RAG_CLIENT_PROFILE | No | Process-wide ACL profile. Missing, empty, or unknown values resolve to restricted. | restricted |
| OLLAMA_EMBEDDING_DIMENSIONS | No | Expected Ollama vector dimensions. | 768 |
| GOVERNED_RAG_HASH_DIMENSIONS | No | Demo hashing-vector dimensions. | 64 |
| GOVERNED_RAG_EMBEDDING_PROVIDER | No | hash or ollama; unknown values currently select hash. | hash |
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_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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Governed RAG capabilities | Machine-readable, non-sensitive description of this server's real capabilities. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Rlealbarili/governed-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server