scholar-mcp
little-librarian
.epubファイルをインデックス化し、pplx-embed-context-v1(レイトチャンキング)とQdrantをバックエンドとしたセマンティック検索ツールを提供するローカルMCPサーバー。
MCP client (Claude Desktop, Claude Code, …)
│
▼ tool calls via MCP
server.py
pplx-embed-context-v1-0.6b + Qdrant (local)ファイル
ファイル | 役割 |
| MCPサーバー — epubの取り込み、埋め込み、検索、Qdrantストレージ |
| コード用の独立したMCPサーバー(ASTベースのチャンキング) |
Related MCP server: ragi
なぜ pplx-embed-context-v1 なのか
レイトチャンキングを使用しています。章内のすべてのチャンクが単一のフォワードパスを通過するため、各チャンクの埋め込みは推論時にドキュメントプレフィックスを必要とせず、ドキュメント全体のコンテキストを保持します。ConTEBで81.96 nDCG@10を記録しています。
クイックスタート
# 1. install
pip install -e .
# 2. ingest your library (runs embedding, then exits)
HF_HUB_OFFLINE=0 python server.py --index ./library
# 3. start the MCP server
python server.py
# optional: preload the model at startup
python server.py --preloadMCPツール
ツール | 説明 |
| セマンティック検索。スコア付きのトップk個のパッセージを返します |
|
|
| 書籍/章の全文を取得 |
| インデックス化されたすべての書籍と章の数を一覧表示 |
| Qdrantコレクション情報(ポイント数、ベクトルサイズ) |
| コンテンツの完全な内訳:書籍、章、書籍ごとのチャンク数、平均チャンク長 |
| 埋め込みに使用されているデバイス(CPU/GPU)を表示 |
Claude Desktopの設定
{
"mcpServers": {
"little-librarian": {
"command": "python",
"args": ["/path/to/server.py"]
}
}
}ハードウェアガイダンス
セットアップ | 最小VRAM |
CPUのみ | 0 GB |
GPU (pplx-embed-0.6b) | ~2 GB |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceLocal MCP server that provides semantic search (RAG) over code repositories, enabling AI clients like Claude and Gemini to access project context without manual re-upload.
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.39MIT
- Alicense-qualityBmaintenanceMCP server for local RAG over personal notes, PDFs, and documents, enabling plain-English querying and hybrid search with multi-hop context expansion.MIT
- Flicense-qualityBmaintenanceMCP server for querying a personal knowledge base using semantic RAG, powered by DeepSeek and local embeddings from Ollama.
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Remote ChromaDB vector database MCP server with streamable HTTP transport
MCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/unlomtrois/little-librarian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server