mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-07-27 01:17:00 +00:00
Add BaseMouse (shared cross-tool agent memory)
This commit is contained in:
@@ -2009,6 +2009,7 @@ Control smart home devices, home network equipment, and automation systems.
|
||||
|
||||
Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions.
|
||||
|
||||
- [basemouse/basemouse-core](https://github.com/basemouse/basemouse-core) 📇 ☁️ 🏠 - Shared, versioned memory for your agents across Claude Code, Cursor, Kiro and Grok. One MCP server, sourced answers, full history. Remote Streamable HTTP; anonymous browses a public demo corpus. Tools: `search`, `get_context_pack`, `upsert_document`. `https://basemouse.com/mcp`
|
||||
- [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 🪟 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os`
|
||||
- [a2cr/a2cr](https://github.com/a2cr/a2cr) [](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history.
|
||||
- [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) 📇 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (file→line→concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp`
|
||||
|
||||
Reference in New Issue
Block a user