HomeSearch & Research › ai·rete·rag

ai·rete·rag

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

Python Cloud Remote
★ 0 stars Last pushed 2026-08-23 License: MIT

Topics: end to end RAG platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://ai-rete-rag.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http ai-rete-rag-mcp https://ai-rete-rag.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "ai-rete-rag-mcp": {
      "url": "https://ai-rete-rag.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer <your ai-rete-rag API key> (ik_...), created at ai-rete-rag.com under Settings -> API Keys. Optional: without it the shared demo domains are still available.

Remote (streamable-http)

https://ai-rete-rag.com/mcp/auth Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http ai-rete-rag-mcp https://ai-rete-rag.com/mcp/auth --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "ai-rete-rag-mcp": {
      "url": "https://ai-rete-rag.com/mcp/auth",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <OAuth access token>. Obtained by signing in through the server's OAuth flow (dynamic client registration + PKCE) rather than issued by hand — for clients that connect by URL and cannot send a static header.

Package (pypi 0.7.0)

uvx ai-rete-rag-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "ai-rete-rag-mcp": {
      "command": "uvx",
      "args": [
        "ai-rete-rag-mcp"
      ],
      "env": {
        "AI_RETE_RAG_API_KEY": "<YOUR_VALUE>",
        "AI_RETE_RAG_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AI_RETE_RAG_API_KEY required secret — Your ai·rete·rag API key (create one at ai-rete-rag.com under Settings -> API Keys). Authenticates calls and ties them to your plan quota.
  • AI_RETE_RAG_API_URL — API base URL. Defaults to https://ai-rete-rag.com; override for local development.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry