Documentation Issue
In the section Using with Claude Desktop of README.md, the content below is not working:
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": [
"basic-memory",
"mcp",
"--project",
"your-project-name"
]
}
}
}
Location
In the section Using with Claude Desktop of README.md, describing If you want to use a specific project
Suggested Improvement
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": [
"basic-memory",
"--project",
"your-project-name",
"mcp"
]
}
}
}
Documentation Issue
In the section
Using with Claude Desktopof README.md, the content below is not working:Location
In the section
Using with Claude Desktopof README.md, describingIf you want to use a specific projectSuggested Improvement