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

자연어를 사용하여 컬렉션을 검색합니다. 크로스 인코더 리랭킹(cross-encoder reranking)을 포함한 하이브리드 밀집+희소 검색(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

자체 호스팅

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