Skip to content
Claude Desktop

Bluet for Claude Desktop

dev.bluet/bluet

Product memory your agents read before they work: briefs, plan checks against decisions, debriefs.

client:Claude Desktop transport:streamable-http runtime:npm

Install Bluet in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "bluet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://bluet.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Bluet in other clients