MCPServers
Memory by File - MCP server logo

Memory by File

2
0

Summary

This MCP server for memory management, developed by an unnamed creator, provides a simple interface for AI assistants to store and retrieve contextual information in a text file. It integrates with the Model Context Protocol to offer operations for adding, searching, deleting, and listing memories. The server handles file I/O operations and implements basic text-based storage, allowing AI systems to maintain persistent context across conversations without complex database setups. By focusing on simplicity and ease of use, this implementation enables quick deployment for scenarios requiring lightweight, file-based memory storage. It is particularly useful for chatbots, personal assistants, or any application where an AI needs to recall information from previous interactions.

Available Actions(4)

memory_add

Append the memory. Parameter: memory (string)

memory_search

Return matching memories based on a query (substring exact match). Parameter: query (string)

memory_delete

Delete matching memories based on a query (substring exact match). Parameter: query (string)

memory_list

Return all memories.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签