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"]
}
}
}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 |
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.
[](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
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.