Settings

Theme

Show HN: RemembrallMCP – code dependency graph for agents and memory

github.com

3 points by cdnsteve a month ago · 0 comments · 1 min read

Reader

After watching Claude Code and Codex keep running Explore in my codebase over and over, I started to think that there must be a better way. RemembrallMCP is my attempt to fix this.

RemembrallMCP gives agents two things most memory tools don't:

1. Persistent Memory - Decisions, patterns, and organizational knowledge that survive between sessions. Hybrid semantic + full-text search finds relevant context instantly.

2. Code Dependency Graph - A live map of your codebase built with tree-sitter. Functions, classes, imports, and call relationships across 8 languages. Ask "what breaks if I change this?" and get an answer in milliseconds - before the agent touches anything.

Run the whole thing inside a docker container for getting started easily. Claude uses MCP to leverage it. Written in Rust.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection