Skip to main content
Glama

Сервер 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) с переранжированием через кросс-энкодер.

Параметр

Тип

Описание

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) — сравнение двух философов по конкретной теме

Архитектура

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

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