ProactiveAgent
Related Servers
Alternatives to ProactiveAgent
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides persistent memory for AI coding tools, allowing them to remember corrections, decisions, and preferences across sessions and different tools.37 npm2MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI coding agents to maintain persistent, cross-session memory of codebase architecture, naming conventions, and decisions through MCP tools. Eliminates repetitive project re-explanation by automatically injecting stored context into every session with local-first SQLite storage and optional team sharing capabilities.4MIT
- AlicenseNot gradedqualityBmaintenanceProvides a local long-term memory layer for AI coding tools like Cursor and Claude Code, enabling cross-session, cross-tool sharing of project facts, user preferences, decisions, and workflows.5 npm2MIT
- AlicenseNot gradedqualityCmaintenanceShareable memory for AI coding agents. Enables agents to remember and recall durable memories across sessions and share them as importable packs.2 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides persistent, searchable memory and knowledge capture for AI-assisted development, enabling agents to retain decisions, bugs, and patterns across sessions and projects.MIT

@team-monet/monetofficial
AlicenseNot gradedqualityAmaintenanceProvides a local-first memory layer for coding agents, storing principles, rules, and corrections on-device and surfacing them at the moments they apply so agents act on the intended outcomes without sending data to the cloud.15,117 npm1AGPL 3.0
TDQS
Scored across 20 tools
Several tools have overlapping purposes, such as card_list vs suggest_list vs memory_pending, and correction_confirm vs memory_confirm. The descriptions clarify some differences, but the boundaries between action cards, suggestions, and pending memories remain confusing for an agent.
Naming is not consistent: some tools use object-action (card_list, memory_capture), others use verb-noun (suggest_list, suggest_accept), and a few are adjective-noun (daily_review, onboarding_guide). All use lowercase underscores, but the pattern is mixed and unpredictable.
20 tools is slightly above the typical 3-15 range. The count is borderline reasonable for a memory/suggestion/persona system, but several tools could be consolidated (e.g., card_list and suggest_list, correction_confirm and memory_confirm).
The surface covers core memory, suggestion, persona, and correction workflows, but lacks explicit update/delete operations for confirmed memories and card status transitions. An agent cannot fully manage the lifecycle of items once they are accepted or resolved.