Ai·rete·rag vs Doc Manager — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Ai·rete·rag vs Doc Manager
In-depth architectural comparison of the Ai·rete·rag and Doc Manager MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Ai·rete·rag
Knowledge & Memory · Local stdio
Quality: 49/100 (Fair) | Auth: No auth required
Doc Manager
Knowledge & Memory · Remote HTTP/SSE
Quality: 53/100 (Good) | Auth: OAuth 2.0
Verdict Summary: Choose Ai·rete·rag if you need specialized Knowledge & Memory tools running via a local process. Choose Doc Manager if your workspace requires Knowledge & Memory integration with remote web transport. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Ai·rete·rag when:
You need dedicated capabilities in the Knowledge & Memory domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
You need dedicated capabilities in the Knowledge & Memory domain.
You prefer remote streaming HTTP/SSE transport architecture.
Your security boundary fits: OAuth 2.0 (Free / Open Source).
You have access to required keys: AZURE_STORAGE_ACCOUNT, AZURE_STORAGE_ACCESS_KEY, RUST_ROCKET_EXACT_ORIGIN, OAUTH_PROVIDER, OAUTH_PUBLIC_BASE_URL, OAUTH_ALLOWED_USERS, MCP_READ_ONLY.
Author rules from policy docs, then decide: a Rete engine gives the verdict, an LLM explains why.
Personal document vault on Azure Blob Storage with a built-in MCP server. Client-side AES-256-GCM zero-knowledge encryption: encrypted docs stay opaque to Claude, plaintext docs are fully readable, writable, and searchable from chat.
Make a decision in a domain — structured facts and/or free text, with optional Pattern 01 (rules scope retrieval) and Pattern 02 (retrieval into working memory)
list_rules
Inspect a domain's rules — conditions, verdicts, salience, overlaps
get_rule_source
Fetch a domain's rule set as editable YAML
import_policy_rules
Turn a written policy document into draft rules, each citing the sentence it encodes (nothing is saved — review, then `put_rules`)
put_rules
Create or replace a domain's rule set from YAML (dry_run to validate)
ingest_text
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Ai·rete·rag is categorized under Knowledge & Memory and uses a local stdio subprocess. In contrast, Doc Manager belongs to Knowledge & Memory using remote streaming HTTP/SSE transport. Select Ai·rete·rag when you need capabilities focused on knowledge & memory and Doc Manager when you require tools for knowledge & memory.