memos-mcp-server
@LeslieLeung
About memos-mcp-server
A MCP(Model Context Protocol) server for Memos.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
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.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments