alexandria-mcp
Сервер Alexandria MCP
Семантический поиск по 4,6 миллионам текстовых фрагментов из более чем 20 000 произведений классической философии и гуманитарных наук. Создан для ИИ-агентов с использованием FastMCP по протоколу HTTP.
Что входит в коллекцию
Все тексты являются общественным достоянием (до 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
Поиск по коллекции с использованием естественного языка. Использует гибридный плотный+разреженный поиск (dense+sparse retrieval) с переранжированием через кросс-энкодер.
Параметр | Тип | Описание |
| 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)— сравнение двух философов по конкретной теме
Архитектура
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Самостоятельный хостинг
Требуется запущенный экземпляр Qdrant с заполненной коллекцией alexandria.
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