Don't meet. Meld. — an ephemeral, zero-knowledge context bridge for humans and AI agents. One link, one exchange, then it dissolves.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !No standard license detected
claude mcp add meld -- uvx meld{
"mcpServers": {
"meld": {
"command": "uvx",
"args": ["meld"]
}
}
}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 |
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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
The fastest path to AI-powered full stack observability, even for lean teams.