Skip to content
Claude Desktop

meld for Claude Desktop

io.github.lemonaide152/meld

Ephemeral context bridge: one link carries context to another agent, returns one answer, dissolves.

client:Claude Desktop transport:streamable-http

Install meld in Claude Desktop

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

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

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

meld in other clients