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 tags and connections, and browse communities — all from the terminal. The skill requires a MythOS Scholar or Oracle plan (API key required). See: @MythOS MCP for the full MCP reference.
How to Install
- Generate an API key at Settings > API
- Run:
git clone https://github.com/citizens-of-one/mythos-claude-code.git
cd mythos-claude-code && MYTHOS_API_KEY=<YOUR_API_KEY> MYTHOS_USERNAME=<YOUR_USER_SLUG> ./setup.sh
- Restart Claude Code for the @MCP connection to take effect Alternatively, use the direct MCP command (no cloning required):
claude mcp add mythos \
--scope user \
https://mythos.one/api/mcp \
--header "x-mythos-key: YOUR_API_KEY" \
--header "x-mythos-username: YOUR_USERNAME"
How to Use
Open Claude Code anywhere and mention MythOS with natural language to auto-trigger, or use /mythos explicitly:
- "Search my MythOS library for memos about consciousness"
- "List all my MythOS tags and how often I use them"
- "Read my memo on distributed systems and summarize the key points"
- "Create a memo called 'Meeting Notes — April 1' with the notes from our conversation"
- "What has changed in my library in the last week?"
How It Works
Architecture: MCP-first — leverages the existing HTTP transport at mythos.one/api/mcp, with deterministic curl fallback if MCP isn't configured. No new API endpoints needed. Everything wraps the existing MCP server and internal API. This is the fastest path to adding your @MythOS knowledge library as the Memory layer of your @Augmentation Stack in Claude Code. Combined with @Syncing CLAUDE.md from MythOS, it gives you persistent identity context (via augmentation memos) and full knowledge access (via MCP tools) in every terminal session. This skill is how I work daily. Every Claude Code session starts with my MythOS library loaded — 17,000+ memos of context, augmentation rules, and project knowledge. When I create a memo from the terminal, it's immediately available on my phone, in Claude.ai, and in every other MCP-connected client. That's the @human-AI augmentation promise: your knowledge system travels with you.
Contexts
- #agentic-augmentation
- #claude-code
- #model-context-protocol
- #mythos-guide
