Capture persistent memory for Claude Code with a local MCP server that saves context and restores it across sessions
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cortex": {
"command": "npx",
"args": [
"-y",
"thorndikeconvivial76/cortex"
]
}
}
}
Run in terminal:
claude mcp add cortex npx -y thorndikeconvivial76/cortex
Add to .cursor/mcp.json:
{
"mcpServers": {
"cortex": {
"command": "npx",
"args": [
"-y",
"thorndikeconvivial76/cortex"
]
}
}
}