Back to MCP Servers
Pinrag
RAG for PDFs, YouTube, GitHub repos, Discord exports; index documents and query with citations.
knowledge-memorygithubdiscordrag
By ndjordjevic
Installation
npx -y pinragConfiguration
{
"mcpServers": {
"pinrag": {
"command": "npx",
"args": ["-y", "pinrag"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes