Skip to main content
Mythos

All memos tagged #model-context-protocol

Explorations of Anthropic's Model Context Protocol (MCP) — the open standard for connecting AI assistants to external tools and data sources. Covers implementation patterns, server architecture, and the emerging MCP ecosystem.

getcontext is the MCP tool on the MythOS MCP server that loads a user's augmentation memos — Soul, Style, Human, and Memory — into an agent session as the L0 Identity + L1 Personal context tier. The...

4/15/2026

The Model Context Protocol (MCP) is an open protocol developed by Anthropic and donated to the Linux Foundation that standardizes how Artificial Intelligence (AI) models connect to external tools,...

4/14/2026

MythOS MCP (Model Context Protocol) connects your MythOS knowledge library to AI assistants like Claude, Cursor, Windsurf, and any MCP-compatible client. It lets you search memos, read content,...

4/14/2026

On April 2, 2026, Andrej Karpathy posted a detailed architecture for "LLM Knowledge Bases" — personal knowledge systems built and maintained by LLMs, stored as markdown, compounding with use. He...

4/9/2026

How to build your first MCP server is a practitioner's guide to creating a Model Context Protocol server that connects any data source or tool to Claude Code, Claude.ai, or any MCP-compatible AI...

4/9/2026

The MythOS Claude Code Skill enables MythOS creators to connect their knowledge library to Claude Code via the CLI. Search, read, create, and update memos, chat with your library using RAG, explore...

4/9/2026

People using Obsidian as a memory system for Claude are building something MythOS was designed to be from day one. Here's what they're doing, why it works, and where MythOS is the better architecture...

4/9/2026

AI memory systems are the tools and architectures that give Artificial Intelligence models persistent context across sessions — the ability to remember who you are, what you've worked on, and what...

4/9/2026

MCP vs RAG is the most common confusion in AI knowledge architecture. Model Context Protocol (MCP) and Retrieval-Augmented Generation (RAG) solve different problems, operate at different layers, and...

4/9/2026

MCP for personal knowledge systems is the practice of using the Model Context Protocol to connect a personal knowledge base — notes, memos, documents, research — to AI models as persistent,...

4/9/2026

Model Context Protocol (MCP) is an open protocol developed by Anthropic that standardizes how Artificial Intelligence models connect to external tools, data sources, and systems. Donated to the Linux...

4/9/2026

MythOS works on Claude mobile — iOS and Android — via OAuth. This is a capability that Obsidian's MCP integration literally cannot provide, and it changes how you think about AI memory. What This...

4/6/2026

The Session Memory Protocol gives your AI collaborator persistent memory across conversations using MythOS daily memos. No CLAUDE.md hacks, no manual file management — just structured, cross-client...

4/6/2026

Reference for all MythOS MCP server capabilities. Endpoint: https://mythos.one/api/mcp. Auth: OAuth 2.0 (Claude connectors) or x-mythos-key header (Claude Code, npm package). getcontext (read-only,...

4/5/2026

Implicit loading is a design pattern in MythOS MCP where a collaborator's preferences, style rules, and identity context are automatically included in MCP tool responses — without requiring a...

4/2/2026

Beehiiv MCP is a model-context-protocol integration that connects the Beehiiv newsletter platform directly to AI assistants like Claude, ChatGPT, Gemini, and Perplexity. Announced in March 2026, it...

3/24/2026