MCP-Memos
by huhu415
MCP-Memos is a memo tool based on MCP that allows users to record and retrieve text information. It's perfect for developers to quickly save and find information in their workflow without switching to other applications.
Last updated: N/A
What is MCP-Memos?
MCP-Memos is a memo tool that leverages large language models to provide advanced search capabilities for quickly saving and retrieving text information. It integrates with MCP to allow developers to seamlessly record and find information within their workflow.
How to use MCP-Memos?
- Download the MCP-Memos binary for your system architecture from the releases page.
- Configure MCP-Memos within your macPilotCli configuration file, providing the path to the binary and environment variables for LLM access (LLM_TOKEN, LLM_BASE_URL, ANTHROPIC_MODEL).
- To record information, use the 'record this memo. its {description} {content}' format.
- To retrieve information, use the 'Find this memo about {description}' format. The LLM will understand the context and retrieve relevant memos.
Key features of MCP-Memos
Advanced LLM-powered search
Semantic understanding of content
Context-aware retrieval
Natural language queries
Conceptual matching
Integration with MCP
Use cases of MCP-Memos
Quickly saving code snippets
Recording important notes during development
Retrieving relevant documentation based on context
Finding solutions to problems using natural language queries
FAQ from MCP-Memos
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It is the underlying protocol that MCP-Memos uses.
What LLMs are supported?
What LLMs are supported?
The README mentions Anthropic models, specifically claude-3-7-sonnet-20250219 as the default. The LLM_BASE_URL and ANTHROPIC_MODEL environment variables suggest that you can configure it to use other compatible LLMs.
Do I need to configure all environment parameters?
Do I need to configure all environment parameters?
No, LLM_BASE_URL and ANTHROPIC_MODEL are optional. LLM_BASE_URL defaults to https://api.anthropic.com, and ANTHROPIC_MODEL defaults to claude-3-7-sonnet-20250219.
How does the search work?
How does the search work?
The search uses large language models to understand the meaning and context of your query, allowing for fuzzy and semantic matching of memos.
What is the sampling feature?
What is the sampling feature?
The sampling feature is a planned feature that will eliminate the need to configure all environment parameters. It is related to the Model Context Protocol specification.