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.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol 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,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント