Discussion about this post

User's avatar
Jules's avatar

Hi Robert, I am trying to install your toolchain and it looks promising. However, I run into many configuration issues due to the absence of a unified installation process. Some examples :

- claude-mpm auto-configure doesn't initialize neither kuzu nor mcp-vector-search on a new project

- mcp-vector-search seems to have watch_files:false by default, which is maybe counter-intuitive (I would expect it to update its index when I change my code)

- mcp-vector-search doesn't seem to be recognized at all by claude-mpm verify (at least I installed it via uv, it works in standalone but claude-mpm's mcp config fails inside Claude Code. Will try reinstalling it with pipx)

- agents deployment is unclear. Through auto-configure you can either accept or discard the auto selection of agents, but no granularity if you want to keep one of the agents marked as irrelevant. Also, it removes all the custom agents I wrote prior to installing the tool, without any notice

- mcp-vector-search seems to have a bug when indexing : index_project(force:true) first returns 0 files indexed, then retrying again the same index_project(force:true) works and files get properly indexed.

- kuzu-memory's own init command seems to install hooks in the claude settings, but they interfere with claude-mpm's own hooks setup.

What I am lacking is an all-in-one claude-mpm automated installer which handles:

- optional installation of mcp servers (no separate install and configuration commands) -> the installer does all of this on its own

- then once all of the mcp servers are installed, include the setup of those mcp servers at project level in a claude-mpm init command (which would install agents, initialize vector search and kuzu memory properly, deal with claude code hooks automatically depending on all the mcp servers installed, etc.)

This is my honest review. Overall, I have seen a neat improvement of the agent's behavior and I like that it take quite a lot of initiatives on its own. Very great job, thanks a lot for making it open!

Jayson Fritz-Stibbe's avatar

Very interesting read, thank you!

5 more comments...

No posts

Ready for more?