Home › Search & Research › ai·rete·rag
ai·rete·rag
Author rules from policy docs, then decide: a Rete engine gives the verdict, an LLM explains why.
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>"
}
}
}
}
Authorizationsecret — 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>"
}
}
}
}
Authorizationrequired 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_KEYrequired 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
vectara-mcp
An MCP server for accessing Vectara's trusted RAG-as-a-service platform.
customgpt-mcp
An MCP server for accessing all of CustomGPT.ai's anti-hallucination RAG-as-a-service API endpoints.
Scholar RAG MCP
Academic paper knowledge-base MCP server: PDF ingest, vector search with reranking, KB management.
mcp-ragchat
Add RAG-powered AI chat to any website with one command. Local vector store, multi-provider LLM (OpenAI/Anthropic/Gemini), self-contained…
grounding-ai
Build a searchable index from PDFs, EPUBs, and Word docs. Claude queries it via MCP and pulls grounded answers with exact page-and-section…
Sui Knowledge Base (kapa.ai)
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry