mcpbeat Sign in

Ragie MCP Server

local only

Ragie runs on your own machine — the client starts it, so there is no endpoint to ping. 261 installs a week from pypi. Last commit 12 May 2026.

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

Installs per day peak 54 · avg 32 · -12% w/w
a month agotoday
261
Installs / week
pypi · mcparmory-ragie
31
Stars
1 open issues
12 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Ragie every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ragie -- uvx mcparmory-ragie
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ragie": {
      "args": [
        "mcparmory-ragie"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ragie]
command = "uvx"
args = ["mcparmory-ragie"]
.cursor/mcp.json
{
  "mcpServers": {
    "ragie": {
      "args": [
        "mcparmory-ragie"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ragie": {
      "args": [
        "mcparmory-ragie"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ragie

same job, measured the same way
Docs Ask (local docs RAG)
by alyiox

Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.

451 installs/wk local only
MCP Knowledge RAG
by infoinlet-marketplace

Permission-aware RAG for agents — ingest docs, hybrid search, cited answers (hosted API).

21 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Mistral
by usefulapi

Manage your Mistral platform — models, files, batch jobs, agents and RAG document libraries.

15 tools answering
haiku.rag
by ggozad

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

3 086 installs/wk local only
DocPull
by raintree-technology

Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.

1 920 installs/wk local only
Vector Panda Documentation
by vectorpanda

Search and read Vector Panda docs: API operations, pricing, storage tiers, measured benchmarks.

8 tools answering
Ragalgo
by kokogo100

Dynamic RAG Engine preventing AI hallucinations in Korean Finance and Crypto markets.

35 installs/wk local only

Ragie — questions

Answers built from our own checks of this server.

Why is there no uptime for Ragie?
Ragie runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcparmory-ragie was installed 261 times last week.
How do I connect Ragie?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcparmory-ragie straight from pypi; nothing to host, nothing to sign up for.
How many people use Ragie?
The pypi package mcparmory-ragie was installed 261 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ragie open source?
We cannot say either way: written in Python, 31 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.