MCP Server
MCP
Inferra
Auditable rule-based decisions with RAG explanations: a Rete engine decides, an LLM explains why.
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
By
Comments
Sign in to leave a comment