From 1e55df3c702acaa3c5808d221140435da789c7d3 Mon Sep 17 00:00:00 2001 From: meshailabs Date: Fri, 17 Jul 2026 20:22:27 -0400 Subject: [PATCH 1/2] Add BaseMouse (shared cross-tool agent memory) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..225255c26 100644 --- a/README.md +++ b/README.md @@ -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) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](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) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](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) [![ahmetakyurt/zipmem-mcp MCP server](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp/badges/score.svg)](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` From 71df78ef90c0519d9856d4afa639af15c26d9380 Mon Sep 17 00:00:00 2001 From: meshailabs Date: Thu, 23 Jul 2026 18:04:41 -0400 Subject: [PATCH 2/2] Add Glama score badge to BaseMouse entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32e7e9431..2b84ba1a1 100644 --- a/README.md +++ b/README.md @@ -2127,7 +2127,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [lumayapartners/memini](https://github.com/lumayapartners/memini) [![lumayapartners/memini MCP server](https://glama.ai/mcp/servers/lumayapartners/memini/badges/score.svg)](https://glama.ai/mcp/servers/lumayapartners/memini) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first project memory and guardrails for coding agents. Records failed attempts, fragile files, and decisions per repo; warns the agent before it repeats a recorded mistake. `npx -y memini mcp` - [jessedu29260-netizen/booboo](https://github.com/jessedu29260-netizen/booboo) [![jessedu29260-netizen/booboo MCP server](https://glama.ai/mcp/servers/jessedu29260-netizen/booboo/badges/score.svg)](https://glama.ai/mcp/servers/jessedu29260-netizen/booboo) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - See and query your whole AI system as one rooted 3D knowledge graph β€” agents, memory, knowledge, and automations fused into a privacy-walled snapshot. MCP tools for stats, search, node dossiers, neighbors, and pathfinding; the same snapshot renders up to a million nodes in the browser. `npx create-booboo` - [gpitrella/memxus-remote-mcp](https://github.com/gpitrella/memxus-remote-mcp) [![gpitrella/memxus-remote-mcp MCP server](https://glama.ai/mcp/servers/gpitrella/memxus-remote-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gpitrella/memxus-remote-mcp) πŸ“‡ ☁️ - Shared context engine for devs and teams. Syncs GitHub, Notion, and saved decisions into reusable project context, so Claude, ChatGPT, Cursor, VS Code and Gemini start each session with the architecture and decisions the team already made. OAuth 2.1 PKCE, AES-256 encrypted, RFC 9728 compliant. `https://mcp.memxus.com/mcp` -- [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` +- [basemouse/basemouse-core](https://github.com/basemouse/basemouse-core) [![basemouse/basemouse-core MCP server](https://glama.ai/mcp/servers/basemouse/basemouse-core/badges/score.svg)](https://glama.ai/mcp/servers/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) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](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` - [adelinamart/robrain](https://github.com/adelinamart/robrain) [![adelinamart/robrain MCP server](https://glama.ai/mcp/servers/adelinamart/robrain/badges/score.svg)](https://glama.ai/mcp/servers/adelinamart/robrain) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Self-hosted decision memory for AI coding agents. Passively captures architectural decisions with the alternatives you rejected (structured `rejected[]`), then warns the agent before it re-proposes a rejected approach. Postgres + pgvector; cross-tool across Claude Code, Cursor, Copilot, and Codex. Install: `npx robrain up && npx robrain install`. - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](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.