alexandria-mcp
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 |
| string | Wonach Sie suchen |
| string | Optionaler Sprachfilter: |
| 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 Philosophentopic_exploration(topic)— Erforschung eines Themas über mehrere Denker hinwegcompare_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 HTTPSelbst-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/mcpUmgebungsvariablen (optional):
QDRANT_HOST=localhost
QDRANT_PORT=6333
MCP_PORT=8005Lizenz
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