memos-mcp-server
@LeslieLeung
About memos-mcp-server
A MCP(Model Context Protocol) server for Memos.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-memos": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@LeslieLeung/mcp-server-memos",
"--client",
"claude"
]
}
}
}Tools
2Search memos with keyword.
Create a new memo.
Overview
What is memos-mcp-server?
A MCP (Model Context Protocol) server for Memos, an open-source memo application. It allows AI assistants to search and create memos via two tools.
How to use memos-mcp-server?
Install via Smithery with npx -y @smithery/cli install @LeslieLeung/mcp-server-memos --client claude or configure manually with uvx and provide MEMOS_URL, MEMOS_API_KEY, and optional DEFAULT_TAG environment variables.
Key features of memos-mcp-server
- Search memos with keyword using
search_memos. - Create a new memo using
create_memo. - Supports a configurable default tag via
DEFAULT_TAG. - Integrates with any MCP-compatible client.
- Requires only a Memos instance URL and API key.
Use cases of memos-mcp-server
—
FAQ from memos-mcp-server
How do I install memos-mcp-server?
You can install it automatically via Smithery or manually by adding the configuration with uvx and setting the required environment variables.
What tools does memos-mcp-server provide?
It provides search_memos to search memos by keyword and create_memo to create a new memo.
What environment variables are required?
You must set MEMOS_URL (your Memos instance URL) and MEMOS_API_KEY. Optionally, you can set DEFAULT_TAG to automatically tag created memos.
Does memos-mcp-server work with any Memos instance?
Yes, as long as you provide a valid MEMOS_URL and MEMOS_API_KEY.
Can I set a default tag for new memos?
Yes, set the DEFAULT_TAG environment variable to automatically add a tag to every memo created via the server.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments