Merge pull request #3574 from IgorGanapolsky/add-mcp-memory-gateway

Add MCP Memory Gateway
This commit is contained in:
Frank Fiegel
2026-03-23 01:52:16 -06:00
committed by GitHub

View File

@@ -1348,6 +1348,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
- [hyunjae-labs/lore](https://github.com/hyunjae-labs/lore) [![hyunjae-labs/lore MCP server](https://glama.ai/mcp/servers/hyunjae-labs/lore/badges/score.svg)](https://glama.ai/mcp/servers/hyunjae-labs/lore) 📇 🏠 🍎 🪟 🐧 - Semantic search across Claude Code conversations. Hybrid vector + keyword search with Reciprocal Rank Fusion, fully local, background indexing, project-selective.
- [idapixl/algora-mcp-server](https://github.com/idapixl/algora-mcp-server) [![idapixl-algora-mcp-server MCP server](https://glama.ai/mcp/servers/idapixl-algora-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/idapixl-algora-mcp-server) 📇 ☁️ - Browse and search open-source bounties on Algora. 5 tools: list, search, filter by org/tech/amount, get top bounties, aggregate stats. No API key required.
- [idapixl/idapixl-web-research-mcp](https://github.com/idapixl/idapixl-web-research-mcp) [![idapixl-web-research-mcp MCP server](https://glama.ai/mcp/servers/idapixl-web-research-mcp/badges/score.svg)](https://glama.ai/mcp/servers/idapixl-web-research-mcp) 📇 ☁️ - AI-powered web research server with search, page fetching, and multi-source synthesis. Cleans HTML to markdown, extracts excerpts, and produces structured research briefs. Available on Apify.
- [IgorGanapolsky/mcp-memory-gateway](https://github.com/IgorGanapolsky/mcp-memory-gateway) 📇 🏠 - Pre-action gates that prevent AI coding agents from repeating known mistakes. Captures explicit feedback, auto-promotes failures into prevention rules, and enforces them via hooks.
- [JamesANZ/cross-llm-mcp](https://github.com/JamesANZ/cross-llm-mcp) 📇 🏠 - An MCP server that enables cross-LLM communication and memory sharing, allowing different AI models to collaborate and share context across conversations.
- [JamesANZ/memory-mcp](https://github.com/JamesANZ/memory-mcp) 📇 🏠 - An MCP server that stores and retrieves memories from multiple LLMs using MongoDB. Provides tools for saving, retrieving, adding, and clearing conversation memories with timestamps and LLM identification.
- [jcdickinson/simplemem](https://github.com/jcdickinson/simplemem) 🏎️ ☁️ 🐧 - A simple memory tool for coding agents using DuckDB and VoyageAI.