Back to Apps

dreamd
by botzrdev
Shared, local-first memory layer for AI coding agents including Claude Code, Cursor, and Cline.
0 stars
Works in:Cursor
Exposes:Tools
What it does
dreamd provides a standardized, local-first memory layer that allows multiple AI coding agents to share context, learnings, and session history within a single project. It replaces fragmented, agent-specific memory formats with a unified .agent/ folder version-controlled alongside the code, ensuring that a lesson learned by one agent is immediately available to others.
Tools
search_nodes: Search through recorded episodic memory and semantic lessons using BM25 retrieval.append_node: Record new learnings, session events, or specific context into the shared memory store.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dreamd": {
"command": "npx",
"args": ["-y", "dreamd-mcp@0.1.0-rc.3"]
}
}
}
Supported hosts
Confirmed support for Claude Code, Cursor, and Cline.
Quick install
npx dreamd-mcp@0.1.0-rc.3Information
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add npx dreamd-mcp@0.1.0-rc.3 to MCP settings in ~/.cursor/ or project .cursor/Claude Desktop
{
"mcpServers": {
"dreamd": {
"command": "npx",
"args": ["-y", "dreamd-mcp@0.1.0-rc.3"]
}
}
}






