Skip to main content
Glama

Alexandria MCP-Server

Semantische Suche über 4,6 Millionen Textabschnitte aus über 20.000 Werken der klassischen Philosophie und Geisteswissenschaften. Entwickelt für KI-Agenten unter Verwendung von FastMCP über HTTP.

Was ist in der Sammlung enthalten?

Alle Texte sind gemeinfrei (vor 1928) und stammen aus dem Internet Archive (Sammlungen: americana, europeanlibraries, gutenberg).

  • Philosophie: Aristoteles, Platon, Kant, Hegel, Nietzsche, Schopenhauer, Descartes, Spinoza, Locke, Hume, Mill, Wittgenstein, Thomas von Aquin, Augustinus, Leibniz, Rousseau, Voltaire, Marx und Hunderte mehr

  • Themen: Ethik, Metaphysik, Erkenntnistheorie, Logik, politische Philosophie, Theologie, Stoizismus, Neuplatonismus, Existentialismus, Ideengeschichte

  • Sprachen: Englisch, Deutsch, Latein, Französisch, Italienisch, Griechisch, Russisch

Related MCP server: OpenEnded Philosophy MCP Server

Verbindung zum Server herstellen

Remote (gehostet):

claude mcp add --transport http alexandria https://alexandria.aidatanorge.no/mcp

Über MCP-Konfiguration:

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

Tools

search_texts

Durchsuchen Sie die Sammlung mit natürlicher Sprache. Verwendet hybrides dichtes und dünnbesetztes Retrieval mit Cross-Encoder-Reranking.

Parameter

Typ

Beschreibung

query

string

Wonach Sie suchen

language

string

Optionaler Sprachfilter: eng, ger, lat, fre, ita, gre, rus

limit

int

Anzahl der Ergebnisse (Standard 5, max. 20)

Beispielanfragen:

  • "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"

Jedes Ergebnis enthält: title, creator, date, language, subject, text (Abschnitt), rerank_score, vector_score.

ping

Konnektivitätstest.

Prompts

  • philosopher_analysis(philosopher) — tiefgehende Analyse der Schlüsselideen eines Philosophen

  • topic_exploration(topic) — Erforschung eines Themas über mehrere Denker hinweg

  • compare_philosophers(philosopher_a, philosopher_b, topic) — Vergleich zweier Philosophen zu einem bestimmten Thema

Architektur

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

Selbst-Hosting

Erfordert eine laufende Qdrant-Instanz mit der befüllten alexandria-Sammlung.

pip install -r requirements.txt
python alexandria_mcp_server.py
# Server starts at http://localhost:8005/mcp

Umgebungsvariablen (optional):

QDRANT_HOST=localhost
QDRANT_PORT=6333
MCP_PORT=8005

Lizenz

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