alexandria-mcp
Alexandria MCPサーバー
2万冊以上の古典哲学および人文学の著作から抽出された460万以上のテキストチャンクに対するセマンティック検索。HTTP経由でFastMCPを使用するAIエージェント向けに構築されています。
コレクションの内容
すべてのテキストはパブリックドメイン(1928年以前)であり、Internet Archive(americana、europeanlibraries、gutenbergコレクション)から取得されています。
哲学: アリストテレス、プラトン、カント、ヘーゲル、ニーチェ、ショーペンハウアー、デカルト、スピノザ、ロック、ヒューム、ミル、ウィトゲンシュタイン、アクィナス、アウグスティヌス、ライプニッツ、ルソー、ヴォルテール、マルクスなど数百名
トピック: 倫理学、形而上学、認識論、論理学、政治哲学、神学、ストア派、新プラトン主義、実存主義、思想史
言語: 英語、ドイツ語、ラテン語、フランス語、イタリア語、ギリシャ語、ロシア語
Related MCP server: OpenEnded Philosophy MCP Server
サーバーへの接続
リモート(ホスト型):
claude mcp add --transport http alexandria https://alexandria.aidatanorge.no/mcpMCP設定経由:
{
"mcpServers": {
"alexandria": {
"type": "http",
"url": "https://alexandria.aidatanorge.no/mcp"
}
}
}ツール
search_texts
自然言語を使用してコレクションを検索します。クロスエンコーダーによるリランキングを伴う、密ベクトルと疎ベクトルのハイブリッド検索を使用します。
パラメータ | 型 | 説明 |
| string | 検索内容 |
| string | オプションの言語フィルター: |
| int | 結果の数(デフォルト5、最大20) |
検索クエリの例:
"Nietzsche will to power eternal recurrence""Kantian categorical imperative duty""Platonic theory of forms and the Good""Stoic virtue and the sage""Hegel dialectics spirit history"
各結果には以下が含まれます: title(タイトル)、creator(作成者)、date(日付)、language(言語)、subject(主題)、text(テキストチャンク)、rerank_score(リランクスコア)、vector_score(ベクタースコア)。
ping
接続テスト。
プロンプト
philosopher_analysis(philosopher)— 哲学者の主要な思想を深く掘り下げるtopic_exploration(topic)— 複数の思想家にまたがってトピックを探求するcompare_philosophers(philosopher_a, philosopher_b, topic)— 特定のトピックについて2人の哲学者を比較する
アーキテクチャ
Archive.org (13,000+ books)
↓
Text extraction + chunking
↓
Qdrant (4.6M vectors)
↓
Hybrid search: intfloat/multilingual-e5-large (dense) + Qdrant/bm25 (sparse)
↓
Cross-encoder reranking: mmarco-mMiniLMv2-L12-H384-v1
↓
FastMCP 3.2 over HTTPセルフホスティング
alexandriaコレクションが格納されたQdrantインスタンスの実行が必要です。
pip install -r requirements.txt
python alexandria_mcp_server.py
# Server starts at http://localhost:8005/mcp環境変数(オプション):
QDRANT_HOST=localhost
QDRANT_PORT=6333
MCP_PORT=8005ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides programmatic access to the Directmedia Publishing 'Digitale Bibliothek' collection, a 1990s German electronic book library containing 101 volumes of classic literature and philosophy with text extraction, search, and navigation capabilities.MIT
- FlicenseNot gradedqualityDmaintenanceEnables philosophical reasoning and concept analysis through NARS non-axiomatic logic integration, supporting multi-perspective synthesis, epistemic uncertainty tracking, and contextual semantic exploration with built-in truth maintenance.8
- AlicenseAqualityBmaintenanceSemantic search over Nordic economic data — market announcements, quarterly reports (162 companies), macro data (NO/SE/DK/FI), commodity prices, and press releases. 180,000+ vectors.6MIT
- AlicenseAqualityDmaintenanceA production-grade semantic search server for food recipes — built for AI agents using the Model Context Protocol (MCP). Search across 50,000+ recipes with hybrid dense + sparse retrieval and cross-encoder reranking.21MIT
Related MCP Connectors
Semantic quote search with 600K quotes. Find quotes by meaning, verify attributions.
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.
Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.
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/AIDataNordic/alexandria-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server