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
Set these up before or after installing:
Environment variable: BASE_DIR
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
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",
"CACHE_DIR": "your-cache-dir-here",
"MODEL_NAME": "your-model-name-here",
"RAG_GROUPING": "your-rag-grouping-here",
"MAX_FILE_SIZE": "your-max-file-size-here",
"RAG_MAX_FILES": "your-rag-max-files-here",
"RAG_MAX_DISTANCE": "your-rag-max-distance-here"
},
"args": [
"-y",
"mcp-local-rag"
],
"command": "npx"
}
}
}Valid MCP server (1 strong, 1 medium signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author shinpr (5/5 approved).
Scanned 3 files · 1 finding
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.
Be the first to review this server!