mcpserver.lol
registry/ai-rete-rag-mcp
Connection check verified live · 20h ago

ai-rete-rag-mcp

Author rules from policy docs, then decide: a Rete engine gives the verdict, an LLM explains why.

Tools 8
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 20h ago

Tools & capabilities

8 tools

Read from the running server on 20h ago.

decide factsquery*domain*response_modeunstructured_textextract_from_retrieval +1
Make a deterministic, auditable decision in a domain. The verdict comes from the domain's rule set (Rete engine, never the LLM), so it is reproducible and compliant. The explanati…
get_rule_source read-only domain*
Fetch a domain's rule set as editable YAML (plus the parsed rules and whether you may edit it). Use this before `put_rules` to see the current rules; the built-in demo domains are…
get_usage read-only
Show this account's decision usage, plan, and remaining monthly quota.
import_policy_rules read-only domain*policy_text*
Convert a written policy document into DRAFT decision rules (LLM-assisted). Returns validated draft rules (when/action, including chained asserts where the policy stages its deter…
ingest_text text*domain*source
Add policy/reference text to a domain's knowledge base. The text is chunked and embedded; explanations for future decisions in this domain will cite it. Creating a new domain clai…
list_documents read-only domain*
List the documents ingested into a domain's knowledge base.
list_rules read-only domain
List the decision rules for one domain (or all domains). Returns each rule's conditions — either a flat AND list (field / operator / value) or a `when` condition tree (nested all/…
put_rules can modify data domain*dry_runrules_yaml*
Create or replace a domain's rule set from YAML (self-serve rule authoring). The first save to a new domain claims it for your account (plan limits apply); the built-in demo domai…