Skip to main content
Glama

Calibre RAG MCP Server

by ispyridis
package.json937 B
{ "name": "calibre-rag-mcp-nodejs", "version": "1.0.0", "description": "Enhanced Calibre MCP server with RAG capabilities for project-based vector search and contextual conversations", "main": "server.js", "scripts": { "start": "node server.js", "test": "node server.js", "install-deps": "npm install" }, "keywords": [ "mcp", "calibre", "ebook", "search", "rag", "vector", "faiss", "embeddings", "windows" ], "author": "Claude AI", "license": "Apache-2.0", "engines": { "node": ">=16.0.0" }, "dependencies": { "@xenova/transformers": "^2.6.0", "faiss-node": "^0.5.1", "mammoth": "^1.6.0", "natural": "^6.0.4", "node-nlp": "^5.0.0-alpha.5", "node-tesseract-ocr": "^2.2.1", "pdf-parse": "^1.1.1", "pdf-poppler": "^0.2.1", "pdf2pic": "^3.2.0", "sharp": "^0.34.3" }, "bin": { "calibre-rag-mcp": "./server.js" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ispyridis/calibre-rag-mcp-nodejs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server