mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-10 01:35:52 +00:00
Merge pull request #13549 from caix84476-netizen/add-personal-understanding
Add personal-understanding (verbatim-first local memory) to Knowledge & Memory
This commit is contained in:
@@ -2386,6 +2386,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
|
||||
- [jessedu29260-netizen/booboo](https://github.com/jessedu29260-netizen/booboo) [](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) [](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) [](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`
|
||||
- [caix84476-netizen/personal-understanding](https://github.com/caix84476-netizen/personal-understanding) [](https://glama.ai/mcp/servers/caix84476-netizen/personal-understanding) 🏠 🐍 📇 - Verbatim-first personal memory for AI agents: every personal message captured word-for-word and hashed before anything is derived, every record linked back to the exact quote it came from, with anti-fabrication validators and an audit dashboard. Local-first skill + MCP server, Python stdlib only. `pip install personal-understanding`
|
||||
- [Fisher521/burn-mcp-server](https://github.com/Fisher521/burn-mcp-server) [](https://glama.ai/mcp/servers/Fisher521/burn-mcp-server) 📇 ☁️ 🍎 - Turn your read-later queue into an AI-accessible knowledge base. 26 tools to search, triage, and organize bookmarks saved in the Burn 451 app — the agent reads your inbox and decides what is worth keeping. `npx burn-mcp-server`
|
||||
- [Ritwikjoshi/ritwikjoshi-mcp](https://github.com/Ritwikjoshi/ritwikjoshi-mcp) [](https://glama.ai/mcp/servers/Ritwikjoshi/ritwikjoshi-mcp) 🎖️ 📇 ☁️ - Official personal Model Context Protocol server for Ritwik Joshi (2x TEDx Speaker, AI entrepreneur). Exposes tools for speaker background, verified TEDx talks, keynote catalog, booking info, and media kit dispatch. Remote Streamable HTTP endpoint: `https://api.ritwikjoshi.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`
|
||||
|
||||
Reference in New Issue
Block a user