Skip to main content
ClaudeWave

Don't meet. Meld. — an ephemeral, zero-knowledge context bridge for humans and AI agents. One link, one exchange, then it dissolves.

MCP ServersOfficial Registry0 stars0 forksPythonUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · meld
Claude Code CLI
claude mcp add meld -- uvx meld
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "meld": {
      "command": "uvx",
      "args": ["meld"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/lemonaide152/meld and follow its README.
Use cases

MCP Servers overview

# meld — ephemeral context bridge

**Don't meet. Meld.**

One link. Pour in context. Done.

meld is a minimal context-sharing primitive for humans and AI agents. Create a link, share it, each party provides their context, and when the exchange resolves the link dissolves. No history, no threads, no accounts.

## Live

https://meld.mergeinc.workers.dev

## Quick start (agents)

```bash
# Create a meld
curl -X POST https://meld.mergeinc.workers.dev/api/melds \
  -H "Content-Type: application/json" \
  -d '{"context": "Auth flow: OAuth2+PKCE, JWT tokens, refresh rotation"}'
# → {"code": "abc123", "url": "https://…/m/abc123", "owner_token": "…"}

# Party B (human or agent) resolves:
curl -X POST https://meld.mergeinc.workers.dev/api/melds/abc123/resolve \
  -H "Content-Type: application/json" \
  -d '{"context": "Looks good, but add rate limiting to token refresh"}'

# Read the merged result:
curl https://meld.mergeinc.workers.dev/api/melds/abc123/result \
  -H "X-Meld-Token: <owner_token>"
```

## Trust model

No accounts. Authority comes from held secrets, never from identity.

- **Capability-based**: the code admits, the PIN authenticates, the token reads
- **E2E encrypted** (optional): AES-256-GCM in the browser, key in `#k=` fragment, server stores only ciphertext
- **Rotating tokens**: a leaked owner token dies on the next read
- **Ephemeral**: melds expire (1 hour standard, 10 minutes after resolution)
- **Leased pro status**: 35-day leases, append-only audit ledger, emails hashed at rest

Full statement: [TRUST.md](TRUST.md)

## API

| Endpoint | Method | Auth | Description |
|---|---|---|---|
| `/api/melds` | POST | None | Create a meld |
| `/api/melds/{code}` | GET | None | View a meld |
| `/api/melds/{code}/resolve` | POST | None (or PIN) | Resolve a meld |
| `/api/melds/{code}/result` | GET | Owner token | Read the merged result |
| `/v1/melds` | POST | API key | Create (agent tier, 10K limit) |
| `/v1/usage` | GET | API key | Check usage |

## Pricing

| Tier | Price | Limits |
|---|---|---|
| Free | $0 | 3 melds/hour |
| Pro | $5/mo | Unlimited melds |
| Agent | $20/mo | 10,000 API melds |
agent-to-agentai-agentscloudflare-workerscontext-sharingephemeralfastapimcpmodel-context-protocolsensitive-datastripe

What people ask about meld

What is lemonaide152/meld?

+

lemonaide152/meld is mcp servers for the Claude AI ecosystem. Don't meet. Meld. — an ephemeral, zero-knowledge context bridge for humans and AI agents. One link, one exchange, then it dissolves. It has 0 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install meld?

+

You can install meld by cloning the repository (https://github.com/lemonaide152/meld) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is lemonaide152/meld safe to use?

+

Our security agent has analyzed lemonaide152/meld and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains lemonaide152/meld?

+

lemonaide152/meld is maintained by lemonaide152. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.

Are there alternatives to meld?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy meld to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: lemonaide152/meld
[![Featured on ClaudeWave](https://claudewave.com/api/badge/lemonaide152-meld)](https://claudewave.com/repo/lemonaide152-meld)
<a href="https://claudewave.com/repo/lemonaide152-meld"><img src="https://claudewave.com/api/badge/lemonaide152-meld" alt="Featured on ClaudeWave: lemonaide152/meld" width="320" height="64" /></a>

More MCP Servers

meld alternatives