Server data from the Official MCP Registry
Easy-to-setup local RAG server with minimal configuration
Easy-to-setup local RAG server with minimal configuration
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved); 3 highly-trusted packages.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BASE_DIR
Environment variable: BASE_DIRS
Environment variable: DB_PATH
Environment variable: CACHE_DIR
Environment variable: MODEL_NAME
Environment variable: MAX_FILE_SIZE
Environment variable: RAG_MAX_DISTANCE
Environment variable: RAG_GROUPING
Environment variable: RAG_MAX_FILES
Environment variable: CHUNK_MIN_LENGTH
Environment variable: RAG_DEVICE
Environment variable: RAG_HYBRID_WEIGHT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-shinpr-mcp-local-rag": {
"env": {
"DB_PATH": "your-db-path-here",
"BASE_DIR": "your-base-dir-here",
"BASE_DIRS": "your-base-dirs-here",
"CACHE_DIR": "your-cache-dir-here",
"MODEL_NAME": "your-model-name-here",
"RAG_DEVICE": "your-rag-device-here",
"RAG_GROUPING": "your-rag-grouping-here",
"MAX_FILE_SIZE": "your-max-file-size-here",
"RAG_MAX_FILES": "your-rag-max-files-here",
"CHUNK_MIN_LENGTH": "your-chunk-min-length-here",
"RAG_MAX_DISTANCE": "your-rag-max-distance-here",
"RAG_HYBRID_WEIGHT": "your-rag-hybrid-weight-here"
},
"args": [
"-y",
"mcp-local-rag"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · AI & ML
Dynamic and reflective problem-solving through structured thought sequences
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.