mythos-mcp
v2.2.0
Published
MythOS MCP server — connect AI assistants to your MythOS knowledge library
Readme
mythos-mcp
MCP server for MythOS — connect AI assistants to your knowledge library.
Setup
npx -y mythos-mcpEnvironment Variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| MYTHOS_API_KEY | Yes | — | Your MythOS API key |
| MYTHOS_USERNAME | Yes | — | Your MythOS username |
| MYTHOS_API_URL | No | https://mythos.one | API base URL |
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"mythos": {
"command": "npx",
"args": ["-y", "mythos-mcp"],
"env": {
"MYTHOS_API_KEY": "your-api-key",
"MYTHOS_USERNAME": "your-username"
}
}
}
}Features
- Tools: Search, read, create, update, and delete memos. Manage tasks and daily memos. Chat with your library via RAG.
- Resources: Access memos, profile, feed, and augmentation context (soul, style, human, memory).
- Augmentation: Your MythOS augmentation memos are loaded at session start, giving AI assistants your style preferences, collaboration context, and formatting rules.
Source
Maintained in studio-mythos-v3. Published from src/mcp/.
