Memory
Provides an HTTP streaming version of the official MCP Memory Server for managing knowledge graphs.
Acerca de
This tool is a reconstructed HTTP streaming version of the official MCP Memory Server, built with Hono.js. It offers a standalone, modular solution for deploying a knowledge graph service, enhancing the original's stdio transport with robust HTTP streaming. Featuring a multi-file architecture designed for single responsibility, it retains all original knowledge graph functionalities including storage, search, and CRUD operations, while ensuring full compatibility with the MCP protocol and existing memory file formats.
Características Principales
- Persistent storage using JSON line format, fully compatible with the original MCP Memory Server.
- HTTP streaming for real-time updates and request processing.
- 1 GitHub stars
- Advanced search capabilities for entities by name, type, or observation content.
- Modular, multi-file architecture for enhanced maintainability and independent service deployment.
- Complete CRUD operations for entities, relations, and observations within a knowledge graph.
Casos de Uso
- Building applications requiring persistent, searchable knowledge graph capabilities via a robust HTTP API.
- Deploying a standalone HTTP-based knowledge graph service for various applications.
- Integrating with MCP-compatible clients (e.g., Claude Desktop) for dynamic data interaction.