Memex
UnclaimedPersistent memory for AI coding agents via MCP — a bitemporal knowledge graph of your codebase, served to Claude Code, Cursor, Gemini CLI, and any MCP client. Tree-sitter + Gemini Flash → Neo4j (via Graphiti). 12 MCP tools, hierarchical clusters, two-regime confidence decay.
Install
npx stifler-memex-mcp init --repo .Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (12)
explain_change
Given a commit SHA, cross-references the diff with linked Decision/Problem nodes and asks Gemini Pro for a grounded explanation
get_open_problems
Active bugs and tech debt, sorted by severity
get_project_context
Session start. Returns a cluster-level briefing under 1500 tokens regardless of repo size
get_recent_decisions
Last N days of architectural decisions, optionally module-scoped
get_stale_context
Edges whose composite confidence dropped below threshold
get_symbol_context
Before editing a function or class. Returns callers, callees, linked decisions
invalidate_edge
When a stored fact is no longer true
predict_impact
Given a file path, returns a ranked list of modules likely affected based on graph coupling (no LLM call)
record_decision
After making a technical choice. Supports corroborates (reinforce) and supersedes (replace)
record_problem
When discovering a bug or piece of tech debt
resolve_problem
When a tracked problem is fixed
search_context
Hybrid search: semantic × keyword × graph traversal × RRF merge