← Index

com.mcparmory/ragie

com.mcparmory/ragie·v1.0.0·Memory & RAG
Quality Score
85
/100

Ingest, manage, and retrieve documents for RAG-powered AI applications

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.mcparmory.com/ragie
Claude Desktop (uvx)
{
  "mcpServers": {
    "ragie": {
      "command": "uvx",
      "args": [
        "mcparmory-ragie"
      ]
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "ragie": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/ragie:1.0.0"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG