Servers
P
PinRAG
@ndjordjevic
PinRAG is a retrieval-augmented generation (RAG) MCP server built with LangChain and Chroma. Index PDFs, plain text, Discord exports, YouTube transcripts, and GitHub repositories, then ask questions in Cursor, VS Code (Copilot), or any MCP-capable client. Answers include citation
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pinrag": {
"command": "uvx",
"args": [
"--from",
"pinrag",
"pinrag-mcp"
],
"env": {
"OPENAI_API_KEY": "your-openai-api-key"
}
}
}
}