Epitome gives every AI agent shared, persistent memory of you. It stores memories, facts, and preferences in a personal knowledge graph, so any AI tool you use already knows your context. Connect via MCP using Streamable HTTP — no local install needed.
Server Config
{
"mcpServers": {
"epitome": {
"type": "streamable-http",
"url": "https://epitome.fyi/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}