From 80ec2cbb2fbb3821f52f6cdf925d4d5e94c1ca6e Mon Sep 17 00:00:00 2001 From: ahmetakyurt <129226079+ahmetakyurt@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:09:30 +0300 Subject: [PATCH] Add Glama score badge to zipmem-mcp entry Server is now listed and passing Glama checks; adds the score badge per the listing requirement to clear the missing-glama label. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 532063475..e9ce562d5 100644 --- a/README.md +++ b/README.md @@ -1895,7 +1895,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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) πŸ“‡ 🏠 - 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` +- [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` - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` - [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” search, memory, link graph, 23 tools, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) πŸ“‡ ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use