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 ServersRegistry oficial0 estrellas0 forksPythonActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre meld

¿Qué es lemonaide152/meld?

+

lemonaide152/meld es mcp servers para el ecosistema de Claude AI. Don't meet. Meld. — an ephemeral, zero-knowledge context bridge for humans and AI agents. One link, one exchange, then it dissolves. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-23.

¿Cómo se instala meld?

+

Puedes instalar meld clonando el repositorio (https://github.com/lemonaide152/meld) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar lemonaide152/meld?

+

Nuestro agente de seguridad ha analizado lemonaide152/meld y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene lemonaide152/meld?

+

lemonaide152/meld es mantenido por lemonaide152. La última actividad registrada en GitHub es del 2026-09-23, con 0 issues abiertos.

¿Hay alternativas a meld?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega meld en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a meld