← Back to browse

ai·rete·rag

Indexed by com.ai-rete-rag

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAI_RETE_RAG_API_KEY AI_RETE_RAG_API_URL
Claude Code
claude mcp add --env AI_RETE_RAG_API_KEY= --env AI_RETE_RAG_API_URL= ai-rete-rag-mcp -- uvx ai-rete-rag-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ai-rete-rag-mcp","command":"uvx","args":["ai-rete-rag-mcp"],"env":{"AI_RETE_RAG_API_KEY":"","AI_RETE_RAG_API_URL":""}}'
JSON
{
  "mcpServers": {
    "ai-rete-rag-mcp": {
      "command": "uvx",
      "args": [
        "ai-rete-rag-mcp"
      ],
      "env": {
        "AI_RETE_RAG_API_KEY": "",
        "AI_RETE_RAG_API_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.