alexandria
Alexandria gives AI agents semantic search over 4.6 million text chunks from 20,000+ classical philosophy and humanities works — Plato, Aristotle, Kant, Nietzsche, Hegel, Hume, Descartes, Schopenhaue…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add kontakt-qy0g/alexandria
# Browse available tools
npx -y smithery tool list kontakt-qy0g/alexandria
# Get full schema for a tool
npx -y smithery tool get kontakt-qy0g/alexandria ping
# Call a tool
npx -y smithery tool call kontakt-qy0g/alexandria ping '{}'Direct MCP Connection
Endpoint: https://alexandria--kontakt-qy0g.run.tools
Tools (3)
ping— Simple connectivity test. Returns a greeting to confirm the server is running.search_texts— Search 4.6 million classical philosophy and humanities texts from Archive.org.get_book_list— List books in the Alexandria collection, optionally filtered by author, subject or language.
# Get full input/output schema for a tool
npx -y smithery tool get kontakt-qy0g/alexandria Prompts (3)
philosopher_analysis(philosopher) — Generate a prompt for deep analysis of a philosopher's key ideas.topic_exploration(topic) — Generate a prompt for exploring a philosophical topic across multiple thinkers.compare_philosophers(philosopher_a, philosopher_b, topic) — Generate a prompt for comparing two philosophers on a specific topic.