Skip to content

[DOCS] Using Claude Desktop with specific project #100

@tomjamescn

Description

@tomjamescn

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"
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions