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
github-mcp-server
Connects AI tools (agents, assistants, chatbots) directly to GitHub's platform to enable reading repositories, managing issues and pull requests, analyzing code, and automating workflows through natural language interactions.
mcp-memory-service
AI agent memory service for storing, searching, and consolidating information (like a knowledge base), optimized for token efficiency and supporting various storage backends.
context-sync
Provides AI systems with persistent memory and context management across various development tools, sessions, and projects.
cortexgraph
CortexGraph is an MCP server that provides short-term memory for AI assistants, featuring temporal decay, reinforcement, and automatic promotion to long-term storage.