memos-mcp-server
@LeslieLeung
关于 memos-mcp-server
A MCP(Model Context Protocol) server for Memos.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-memos": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@LeslieLeung/mcp-server-memos",
"--client",
"claude"
]
}
}
}工具
2Search memos with keyword.
Create a new memo.
概览
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.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论