A personal, self-hosted remote knowledge-graph memory server for AI coding agents — a drop-in upgrade from the official local-file memory MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sepia": {
"command": "npx",
"args": [
"-y",
"Michael-Obele/sepia"
]
}
}
}
Run in terminal:
claude mcp add sepia npx -y Michael-Obele/sepia
Add to .cursor/mcp.json:
{
"mcpServers": {
"sepia": {
"command": "npx",
"args": [
"-y",
"Michael-Obele/sepia"
]
}
}
}