Copilot Memory MCP
Related Servers
Alternatives to Copilot Memory MCP
No user-submitted related servers found.
Related Servers
AlicenseAqualityBmaintenanceProvides persistent, cross-session memory for CLI agents via MCP tools, enabling them to recall, distill, and share experiences across projects and tools.86MIT- FlicenseNot gradedqualityBmaintenanceProvides a self-hosted shared memory service that lets AI agents capture and recall durable facts, decisions, and context across multiple tools and MCP-capable clients.3-
- AlicenseNot gradedqualityCmaintenanceProvides persistent memory and task management for coding agents via MCP tools, enabling mid-session recall and capture of durable knowledge.280 npm10MIT
- AlicenseAqualityBmaintenanceProvides persistent, searchable memory for AI agents across any MCP-compatible client, storing project context, user preferences, and session learnings locally in SQLite with tools to save, retrieve, search, and manage them.1212 npmMIT
- AlicenseNot gradedqualityAmaintenanceProvides persistent, cooperative memory for LLMs via MCP, with SQLite storage and tools for capturing, recalling, consolidating, crystallizing, and forgetting memories across sessions.3MIT
- AlicenseNot gradedqualityCmaintenanceEnables coding agents to store, recall, and manage persistent memory across sessions through MCP tools, with reviewable handoffs and SQLite-backed local storage.1MIT
TDQS
Scored across 9 tools
The memory tools (recall, save, update, forget, stats) are clearly distinct, and the monitoring tools (monitor_command, run_long_command, watch_file, poll_url) each target a different mechanism. The only potential confusion is between monitor_command and run_long_command, but their descriptions explicitly differentiate repeated polling from single long-running execution.
Most tools follow a verb_noun convention (save_memory, update_memory, monitor_command, watch_file, poll_url, run_long_command). Minor deviations include recall_memories (plural noun) and memory_stats (noun_noun), which break the strict pattern but remain predictable and readable.
At 9 tools, the count is reasonable and not overwhelming. However, the set mixes two unrelated domains (memory persistence and process/URL monitoring), making the scope feel broader than the server name suggests. Still, no tool is redundant and the number is appropriate for its combined purpose.
The memory lifecycle is complete with recall, save, update, delete, and stats. The monitoring tools cover common asynchronous scenarios: repeated command polling, single long-running command, file watching, and HTTP polling. Minor gaps exist (e.g., no direct tag-based listing, no explicit 'wait' tool), but agents can work around these.