Skip to content
Discussion options

You must be logged in to vote

Hi @FrankDMartinez, great question! Let me break this down.

The Error You Hit

The "Get Started in 60 Seconds" section tells you to run:

python -m mcp_memory_service.scripts.installation.install --quick

This fails because the scripts/ directory is not included in the PyPI package — it only exists in the git repo. So after pip install mcp-memory-service, that module path does not exist. This is a documentation bug and we will fix it.

Which Method Should You Use?

If you use Claude Desktop (the desktop app)

After installing with pip install mcp-memory-service, you need to manually configure Claude Desktop to use the memory server. Add this to your Claude Desktop config file:

  • macOS: ~/Library…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by FrankDMartinez
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants