gmacev/Simple-Memory-Extension-MCP-Server
If you are the rightful owner of Simple-Memory-Extension-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Simple Memory Extension MCP Server is designed to extend the context window or memory of agents, useful for coding big features or storing key moments.
The Simple Memory Extension MCP Server is a tool that enhances the memory capabilities of agents by allowing them to store and recall important information. This is particularly useful in scenarios where large features are being developed, or when there is a need to remember key moments or changes. The server allows agents to manage their memory autonomously or through user-defined rules. It supports context item management, namespace management, and semantic search, making it a versatile tool for developers. The server is built with a focus on ease of use and integration, providing a seamless experience for users who need to manage large amounts of contextual data.
Features
- Context Item Management: Store, retrieve, and delete key-value pairs within namespaces.
- Namespace Management: Create, delete, and list namespaces and their contents.
- Semantic Search: Retrieve context items based on their meaning using the E5 embedding model.
- Development Tools: Includes scripts for starting the server, running a dev server, and formatting code.
- Environment Configuration: Customizable settings for database path, server port, and logging level.
Usages
usage with local stdio
{ "mcp": { "servers": { "simple-memory-extension": { "command": "node", "args": [ "server.js" ] } } } }
usage with remote sse
{ "mcp": { "servers": { "simple-memory-extension": { "command": "node", "args": [ "server.js", "--use-http-sse" ] } } } }