diff --git a/README.md b/README.md index f973f2ffb..2f1e09046 100644 --- a/README.md +++ b/README.md @@ -2380,6 +2380,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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) [![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` - [Fisher521/burn-mcp-server](https://github.com/Fisher521/burn-mcp-server) [![burn-mcp-server MCP server](https://glama.ai/mcp/servers/Fisher521/burn-mcp-server/badges/score.svg)](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) [![Ritwikjoshi/ritwikjoshi-mcp MCP server](https://glama.ai/mcp/servers/Ritwikjoshi/ritwikjoshi-mcp/badges/score.svg)](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) [![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` - [0spoon/seamless](https://github.com/0spoon/seamless) [![0spoon/seamless MCP server](https://glama.ai/mcp/servers/0spoon/seamless/badges/score.svg)](https://glama.ai/mcp/servers/0spoon/seamless) 🏎️ 🏠 🍎 🪟 🐧 - Local-first shared memory and task coordination for AI coding agents. One Go binary, MCP server, markdown files you own. Hooks for Claude Code and Codex CLI (and their desktop apps). - [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`.