Loading MCP server directory, please wait...
Auditable rule-based decisions with RAG explanations: a Rete engine decides, an LLM explains why.
npx @getmcp/cli add com.ai-rete-rag/ai-rete-rag-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
AI_RETE_RAG_API_KEYYour 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.ai-rete-rag/ai-rete-rag-mcp": {
"command": "uvx",
"args": [
"ai-rete-rag-mcp"
],
"env": {
"AI_RETE_RAG_API_KEY": "",
"AI_RETE_RAG_API_URL": ""
}
}
}
}