Quick Links
MCP Server
Connect AI tools directly to our documentation
llms.txt
Documentation index for AI discovery
Model Context Protocol (MCP)
The Model Context Protocol is an open standard that connects AI applications to external data sources. Our MCP server lets AI tools search and retrieve documentation in real-time. MCP Server URL:https://aegean.ai/mcp
Claude Code
Claude Desktop
- Open Claude Desktop settings
- Navigate to Connectors
- Select Add custom connector
- Enter:
- Name:
aegean.ai docs - URL:
https://aegean.ai/mcp
- Name:
- Select Add
VS Code
Create or edit.vscode/mcp.json in your workspace:
Cursor
- Open Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) - Search for “Open MCP settings”
- Select Add custom MCP
- Add to
mcp.json:
LLMs.txt
The llms.txt standard helps AI tools index documentation efficiently.- Index: aegean.ai/llms.txt - Lists publicly available pages
Course lecture content is available through the MCP server but not in the public llms.txt index. Connect via MCP for full access to course materials.
Contextual Menu
Every page on this site includes a contextual menu (top-right corner) with options to:- Copy page - Copy as Markdown for AI context
- View as Markdown - See the raw content
- Open in ChatGPT/Claude/Perplexity - Start a conversation with page context
- Connect to Cursor/VS Code - Install MCP server directly
What You Can Ask
Once connected, ask questions like:- “How do transformers work?”
- “Explain the attention mechanism”
- “What is policy gradient in reinforcement learning?”
- “How do CNNs detect objects?”
- “What’s the difference between SLAM and visual odometry?”

