daydreamer
Verified Safeby DayDreamerAI
Overview
A memory layer for human-AI collaboration that allows users to own their AI's long-term conversational memory and collaborative relationship, enabling AI portability across different models and platforms, with a specific implementation for GitHub PR automation.
Installation
No command providedEnvironment Variables
- ANTHROPIC_API_KEY
- GITHUB_TOKEN
- MCP_DISABLE_LOCAL_SERVERS
Security Notes
The project demonstrates a strong focus on security, particularly in handling API keys via GitHub Secrets (`ANTHROPIC_API_KEY`, `GITHUB_TOKEN`) and robust GitHub Actions configurations (OIDC, bot authentication, explicit permissions). Git hooks (`pre-commit`, `pre-push`) are used for local security scanning (secrets, debug statements) and enforcing conventions. No 'eval' or hardcoded secrets are present in the provided source code, and efforts to understand and mitigate GitHub's security model are clearly documented. The `.claude/settings.json` also defines explicit tool permissions, denying access to sensitive files.
Similar Servers
mcp-memory-service
A Model Context Protocol (MCP) server providing persistent, semantic memory storage and retrieval capabilities for AI agents. It supports lightweight semantic reasoning (contradiction, causal inference), content chunking, multi-backend storage (SQLite-vec, Cloudflare, Hybrid), autonomous memory consolidation (decay, association, clustering, compression, forgetting), and real-time updates via SSE. It's designed for token-efficient interaction with LLMs.
context-sync
Context Sync provides AI systems with persistent, queryable memory across all development tools, sessions, and projects, allowing AI to remember codebase details, architectural decisions, and conversation history.
knowns
A CLI-first knowledge layer and task/documentation management tool that provides AI agents with persistent project context.
nocturne_memory
Provides a persistent, structured long-term memory and dynamic knowledge graph system for AI agents, designed for human-AI collaboration.