Patiently waiting for someone to set this up with a Windows PC
@patruff19 күн бұрын
kzbin.info/www/bejne/hHzMomlmn9iZn9Esi=4pa1Nbo1DT_aGCxj Just grab the python script from the repo and it will automatically grab the npm packages and update your Claude desktop config
@DF-qq5wu18 күн бұрын
Yeah or just copy those 6 lines of config, add your folder path and use the three commands to start the server in cmd
@YouTubeAndJames20 күн бұрын
For those particular task, what was the end cost?
@JeredBlu20 күн бұрын
I used Claude desktop (they have both a free and paid tier) and ran everything locally on my computer - there were no API or server costs involved.
@AngeloXification21 күн бұрын
Its so cool, I gave it a space to work with gave it memory and started deving. Its like the projects feature except its the actual folder so no copy pasting code over. Note that it will do that thing where it replacing actual logic with [ current implementation remains unchanged ] so you may have to explicitly tell it to not do that
@JeredBlu20 күн бұрын
Thats really cool, how did you implement persistent memory? And yea, you gotta actively remind it to not add the current implementation stays the same, I'm trying to figure out a more efficient method so i dont have to constantly tell it
@AngeloXification20 күн бұрын
@@JeredBlu I think theoretically it could be handled in the system or project prompt. I still plan to try dropping the server files into claude and potentially trying to enhance it with memory management interface