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 io.github.zaharajabeen13-create/inferra-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
INFERRA_API_KEYYour Inferra 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": {
"io.github.zaharajabeen13-create/inferra-mcp": {
"command": "uvx",
"args": [
"inferra-mcp"
],
"env": {
"INFERRA_API_KEY": "",
"INFERRA_API_URL": ""
}
}
}
}