Catalog
ai·rete·rag
Officialby ai-rete-rag
Auditable rule-based decisions with RAG explanations: a Rete engine decides, an LLM explains why.
Auditable rule-based decisions with RAG explanations: a Rete engine decides, an LLM explains why.
README not available yet.
Install
Configuration
Environment variables
AI_RETE_RAG_API_KEYrequiredsecretYour ai·rete·rag API key (create one at ai-rete-rag.com under Settings -> API Keys). Authenticates calls and ties them to your plan quota.
AI_RETE_RAG_API_URLAPI base URL. Defaults to https://ai-rete-rag.com; override for local development.
claude_desktop_config.json
{
"mcpServers": {
"ai-rete-rag-mcp": {
"command": "uvx",
"args": [
"ai-rete-rag-mcp"
],
"env": {
"AI_RETE_RAG_API_KEY": "<YOUR_AI_RETE_RAG_API_KEY>",
"AI_RETE_RAG_API_URL": "<YOUR_AI_RETE_RAG_API_URL>"
}
}
}
}