Thanks for your work.
In your README on the GitHub home page, you say that it is not needed to edit the CLAUDE.MD file to use the tool.
But Claude never uses the MCP server.
I'm using version 0.4.10
I have added the following to my CLAUDE.MD file, and Claude has started to use the MCP server.
## Codebase Analysis Priority
- use codebase-memory-mcp to search in the codebase, fallback to standard search if there is not enough data returned from the mcp
I see on another project that they install the MCP as a Claude plugin. That allows the use of hooks such as PreToolUse to intercept Bash, Read, WebFetch, Grep...