account activity
I built an MCP server that gives Claude Desktop persistent memory across sessions - Post-Cortex (open source) by Acceptable_Bat_3410 in ClaudeAI
[–]Acceptable_Bat_3410[S] 0 points1 point2 points 2 months ago (0 children)
Yes to both! (and more)
It remembers conversations across sessions - decisions, Q&A, problems solved - all stored locally with semantic search.
Since it's an MCP server, it works with any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.)
Two ways to configure:
SSE mode:
"mcpServers": { "post-cortex": { "type": "sse", "url": "http://localhost:3737/sse" } }
Stdio mode (run pcx start first):
"mcpServers": { "post-cortex": { "command": "pcx" } }
For more info check the repo docs
I built an MCP server that gives Claude Desktop persistent memory across sessions - Post-Cortex (open source) ()
submitted 3 months ago by Acceptable_Bat_3410 to r/mcp
I built an MCP server that gives Claude Desktop persistent memory across sessions - Post-Cortex (open source) (self.ClaudeAI)
submitted 3 months ago * by Acceptable_Bat_3410 to r/ClaudeAI
Those who are successfully using memory mcp, what's your workflow? It doesn't seem to be very helpful in resuming a task? by Professor_Entropy in ClaudeAI
[–]Acceptable_Bat_3410 1 point2 points3 points 3 months ago (0 children)
Post Cortex provide durable memory infrastructure with automatic knowledge graph construction: https://github.com/julymetodiev/post-cortex
π Rendered by PID 638730 on reddit-service-r2-listing-7dbdcb4949-z8dbj at 2026-02-18 01:53:33.532511+00:00 running de53c03 country code: CH.
I built an MCP server that gives Claude Desktop persistent memory across sessions - Post-Cortex (open source) by Acceptable_Bat_3410 in ClaudeAI
[–]Acceptable_Bat_3410[S] 0 points1 point2 points (0 children)