mcp-memos
MCP-Memos is a memo tool based on MCP that allows users to record and retrieve text information.
MCP-Memos is designed to help developers efficiently save and retrieve information during their workflow without the need to switch applications. It leverages the power of large language models (LLMs) to provide advanced search capabilities, allowing users to find content based on semantic understanding rather than just keywords. This tool is particularly useful for developers who need to quickly access information using natural language queries. MCP-Memos stands out by offering context-aware and conceptual matching, making it a highly effective information retrieval tool.
Features
- Semantic understanding: Find content based on meaning, not just keywords.
- Context-aware: Understands what you're looking for even with incomplete descriptions.
- Natural language queries: Search as you would ask a human, no special syntax needed.
- Conceptual matching: Retrieves information by understanding concepts, not just text matching.
MCP Tools
- {'store_memo': 'Save important text information and add tags for easy retrieval later.'}
- {'retrieve_memo': 'Retrieve previously saved text content based on keywords.'}
Usage with Different Platforms
Installation
Download the mcp-memos binary file according to your computer's architecture from [releases](https://github.com/huhu415/mcp-memos/releases)
Configuration
Add MCP-Memos to the macPilotCli configuration file
Configuration Script
{
"mcpServers": {
"MCP-Memos":{
"command": "path/to/mcp-memos",
"env": {
"LLM_TOKEN": "xxxxxx",
"LLM_BASE_URL": "xxxxxxxx/v1",
"ANTHROPIC_MODEL": "xxxxx"
}
}
}
}
Record information
When you need to save information during development without switching to another app:
Record Script
markdown
record this memo. its {description}
{content}
Retrieve information
When you need to find previously saved information:
Retrieve Script
markdown
Find this memo about {description}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.