← Back to Plugins
MCP Server MCP

Inferra

github By github 👁 2 views ▲ 0 votes

Auditable rule-based decisions with RAG explanations: a Rete engine decides, an LLM explains why.

Homepage Verified source GitHub

Install

uvx inferra-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "inferra-mcp",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Inferra API key (create one at ai-rete-rag.com under Settings -> API Keys). Authenticates calls and ties them to your plan quota.",
          "isRequired": true,
          "isSecret": true,
          "name": "INFERRA_API_KEY"
        },
        {
          "description": "API base URL. Defaults to https://ai-rete-rag.com; override for local development.",
          "name": "INFERRA_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...