Server data from the Official MCP Registry
RAG MCP: PDFs, repos, YouTube, Discord, plain text. Index and query with citations (stdio).
RAG MCP: PDFs, repos, YouTube, Discord, plain text. Index and query with citations (stdio).
Set these up before or after installing:
Environment variable: ANTHROPIC_API_KEY
Environment variable: OPENAI_API_KEY
Environment variable: PINRAG_PERSIST_DIR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ndjordjevic-pinrag": {
"env": {
"OPENAI_API_KEY": "your-openai-api-key-here",
"ANTHROPIC_API_KEY": "your-anthropic-api-key-here",
"PINRAG_PERSIST_DIR": "your-pinrag-persist-dir-here"
},
"args": [
"pinrag"
],
"command": "uvx"
}
}
}This RAG server has multiple security concerns including hardcoded credentials, path traversal vulnerabilities, and insufficient input validation that users should be aware of. The permissions are appropriate for a developer tools category server, but the security issues warrant attention. Supply chain analysis found 11 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 17 findings
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!