RagDocs MCP Server

{ "name": "@mcpservers/ragdocs", "version": "1.0.0", "type": "module", "main": "build/index.js", "bin": { "mcp-ragdocs": "build/index.js" }, "files": [ "build/**/*" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "rag", "documentation", "search", "embeddings" ], "author": "bossying", "license": "Apache License 2.0", "description": "MCP server for RAG-based document search and management", "homepage": "https://github.com/heltonteixeira/ragdocs", "repository": { "type": "git", "url": "git+https://github.com/heltonteixeira/ragdocs.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@qdrant/js-client-rest": "^1.12.0", "axios": "^1.7.9", "cheerio": "^1.0.0", "ollama": "^0.5.11", "openai": "^4.77.0", "playwright": "^1.49.1" }, "devDependencies": { "typescript": "^5.7.2" } }