package.jsonβ’842 B
{
"name": "mcp-rag",
"version": "1.0.0",
"description": "Universal RAG MCP Server - Your Personal NotebookLM for Claude Desktop",
"type": "module",
"main": "src/index.js",
"bin": {
"mcp-rag": "./src/cli.js"
},
"scripts": {
"start": "node src/index.js",
"cli": "node src/cli.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"chalk": "^5.3.0",
"chromadb": "^1.8.1",
"chromadb-default-embed": "^2.14.0",
"commander": "^11.1.0",
"mammoth": "^1.11.0",
"node-hwp": "^0.1.0-alpha",
"officeparser": "^5.2.1",
"ora": "^8.0.1",
"pdf-parse": "^1.1.1",
"tiktoken": "^1.0.15",
"xlsx": "^0.18.5"
},
"keywords": [
"mcp",
"rag",
"claude",
"chromadb",
"notebooklm",
"document-search",
"ai"
],
"author": "",
"license": "MIT"
}