Scholar RAG MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 482 installs a week from pypi. Last commit 4 Sep 2026.
Academic paper knowledge-base MCP server: PDF ingest, vector search with reranking, KB management.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
setup.py: выполняет код при установке пакета
self._process = subprocess.Popen(
env=dict(os.environ),
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add scholar-rag-mcp -- uvx scholar-rag-mcp
{
"mcpServers": {
"scholar-rag-mcp": {
"args": [
"scholar-rag-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.scholar-rag-mcp]
command = "uvx"
args = ["scholar-rag-mcp"]
{
"mcpServers": {
"scholar-rag-mcp": {
"args": [
"scholar-rag-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"scholar-rag-mcp": {
"args": [
"scholar-rag-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
SCHOLAR_RAG_DATA_DIR (Data root directory (knowledge bases, caches, jobs)), SCHOLAR_RAG_CHAT_BASE_URL (OpenAI-compatible chat endpoint for annotation/keywords (e.g. local vLLM)), SCHOLAR_RAG_EMBED_BASE_URL (OpenAI-compatible embeddings endpoint), SCHOLAR_RAG_RERANK_BASE_URL (Rerank endpoint (/v1/rerank)).
The author declared them in the registry entry; get the values from the project itself.
Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.
Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.
MCP server for rendering GeoJSON vector layers into map images with basemaps
Knowledge synthesis MCP server with vector-deduplicated lessons and x402 micropayments.
Rag Knowledge MCP Server by MEOK AI Labs
AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node
Search self-contained .pikelet knowledge artifacts over MCP — no vector DB, no embedding API.
Rag Knowledge Graph MCP Server by MEOK AI Labs
Answers built from our own checks of this server.