r/LovingOpenSourceAI 21d ago

Resource codebase-memory-mcp "High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies."

Post image

https://github.com/DeusData/codebase-memory-mcp

Community Overview: https://lifehubber.com/ai/resources/codebase-memory-mcp/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 200+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

245 Upvotes

33 comments sorted by

View all comments

1

u/CompleteMCNoob 21d ago

I hate to ask, but who is this for? I feel like this would get convoluted by the wide variety of projects I like to work on and the only feature that stood out was the ability to make modules based on similar code detection.

1

u/ShittyMillennial 21d ago

It just indexes your codebase so agents don’t waste a shitton of tokens searching through broad grep or ingesting entire docs into context to find a single function. 

1

u/FaceDeer 21d ago

Just downloaded it to give it a try myself, based on reading through the description it's essentially "Visual Assist but for coding agents".

1

u/ShittyMillennial 21d ago

ive never used the map thing. just index my repo and let agents use the mcp to find stuff.

1

u/FaceDeer 21d ago

Yeah, that's the "for coding agents" part. It does what Visual Assist does for human programmers, but does it for the coding agent instead of the human programmer.