Skip to main content
Glama

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/mcp

MCP設定経由:

{
  "mcpServers": {
    "alexandria": {
      "type": "http",
      "url": "https://alexandria.aidatanorge.no/mcp"
    }
  }
}

ツール

search_texts

自然言語を使用してコレクションを検索します。クロスエンコーダーによるリランキングを伴う、密ベクトルと疎ベクトルのハイブリッド検索を使用します。

パラメータ

説明

query

string

検索内容

language

string

オプションの言語フィルター: eng, ger, lat, fre, ita, gre, rus

limit

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
<1hResponse time
0dRelease cycle
2Releases (12mo)
Commit activity
Issues opened vs closed

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    2
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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