Catalog
Inferra
Officialby zaharajabeen13-create
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
INFERRA_API_KEYrequiredsecretYour Inferra API key (create one at ai-rete-rag.com under Settings -> API Keys). Authenticates calls and ties them to your plan quota.
INFERRA_API_URLAPI base URL. Defaults to https://ai-rete-rag.com; override for local development.
claude_desktop_config.json
{
"mcpServers": {
"inferra-mcp": {
"command": "uvx",
"args": [
"inferra-mcp"
],
"env": {
"INFERRA_API_KEY": "<YOUR_INFERRA_API_KEY>",
"INFERRA_API_URL": "<YOUR_INFERRA_API_URL>"
}
}
}
}