mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-10 09:41:03 +00:00
Merge pull request #10782 from aistoragedepot-admin/patch-1
Add AIStorageDepot to Knowledge & Memory 🤖🤖🤖
This commit is contained in:
@@ -2395,6 +2395,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
|
||||
- [fish827-08/rag-kb](https://github.com/fish827-08/rag-kb) [](https://glama.ai/mcp/servers/fish827-08/rag-kb) 🐍 🏠 🪟 - Local-first agent memory & knowledge service with hybrid retrieval (BGE-M3 dense vectors + BM25 via jieba, fused with RRF), document & webpage ingestion, and optional RAG answering via local Ollama. Single process, embedded ChromaDB, REST + native MCP server; fully functional offline without any LLM. Apache-2.0.
|
||||
- [AkashGoenka/coldstart](https://github.com/AkashGoenka/coldstart) [](https://glama.ai/mcp/servers/AkashGoenka/coldstart) 📇 🏠 🍎 🪟 🐧 - Codebase memory for coding agents, with no embeddings and no API key. A deterministic AST index answers "which files are relevant to this task?" in milliseconds, and agents write durable notes about the repo that are content-hash checked — a note flags itself stale the moment the code it describes changes. Notes are markdown inside the repo, so they commit and review alongside your code. `npm i -g @cstart/coldstart && coldstart init`
|
||||
- [jayasukuv11-beep/agenthelm](https://github.com/jayasukuv11-beep/agenthelm) [](https://glama.ai/mcp/servers/jayasukuv11-beep/agenthelm) 📇 🐍 ☁️ 🏠 🍎 🪟 🐧 - Shared, versioned memory and governance control plane for AI coding agents. Compiler pipeline resolves architectural decision conflicts across Claude Code, Cursor, and custom agent fleets. `npx -y agenthelm-mcp`
|
||||
- [AIStorageDepot/aistoragedepot-mcp](https://github.com/AIStorageDepot/aistoragedepot-mcp) [](https://glama.ai/mcp/servers/AIStorageDepot/aistoragedepot-mcp) 📇 ☁️ 🍎 🪟 🐧 - Your team's prompt, rules, skills & docs library over MCP — one versioned, shared source of truth (search_library + get_item); mark items "/" and they become slash commands. `npx -y @aistoragedepot/mcp`
|
||||
- [jmpdsevilla/BovedIA](https://github.com/jmpdsevilla/BovedIA) [](https://glama.ai/mcp/servers/@jmpdsevilla/BovedIA) 📇 🏠 🍎 🪟 🐧 - Personal memory for Claude Code in plain Markdown notes you own. Doesn't load context blindly: a router note decides what to load and when, plus an "alma" (soul) layer for what you think and feel, not just tasks. `npx bovedia`
|
||||
- [LiLara-AI/shadowgraph](https://github.com/LiLara-AI/shadowgraph) [](https://glama.ai/mcp/servers/LiLara-AI/shadowgraph) 📇 🏠 🍎 🪟 🐧 - **Technical Preview / Early Access.** Local-first decision memory for AI agents that stores choices, rejected alternatives and their reasons, failed attempts, outcomes, provenance, and caller-invoked review conditions in a local file. Stdio MCP server; install from GitHub with Node.js 20+.
|
||||
- [lumayapartners/memini](https://github.com/lumayapartners/memini) [](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`
|
||||
|
||||
Reference in New Issue
Block a user