Memos MCP Server
@stephen9412
Memos MCP Server について
A Model Context Protocol (MCP) server for Memos API with search, create, retrieve, and tag listing capabilities.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"memos-mcp-server": {
"command": "npx",
"args": [
"fastmcp",
"dev",
"src/server.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Memos MCP Server?
A Model Context Protocol (MCP) server that integrates the self‑hosted memo/note app Memos with MCP‑compatible AI assistants such as Claude. It enables searching, creating, retrieving memos, and fetching user information.
How to use Memos MCP Server?
Install via npx (the package memos-mcp-server) or run the built server locally. Configure it in your MCP client (e.g., Claude Desktop) by adding an entry to mcpServers with the command npx memos-mcp-server and environment variables MEMOS_URL (your Memos instance URL) and MEMOS_API_KEY. After configuration, the server exposes tools for searching, creating, retrieving memos, and getting user info.
Key features of Memos MCP Server?
- Search memos using keywords
- Create memos with customizable visibility and tags
- Retrieve a specific memo by its ID
- Get current user information
Use cases of Memos MCP Server?
- Search through your personal memos by keyword from an AI assistant
- Create a new memo with a specified visibility level and tags
- Retrieve the content of a memo by its ID for review
- Fetch information about the authenticated user
FAQ from Memos MCP Server
What do I need to use this server?
A running Memos instance and a valid API key. Set the MEMOS_URL (URL of your Memos instance) and MEMOS_API_KEY environment variables.
How do I configure it for Claude Desktop?
Add a JSON entry under mcpServers in your Claude Desktop configuration, using the command npx memos-mcp-server and the two environment variables as shown in the README.
What tools are available?
Four tools: search_memo, create_memo, get_memo, and get_user. Each has documented parameters; for instance, search_memo accepts a keyword and an optional state (NORMAL or ARCHIVED).
Can I specify the visibility of a new memo?
Yes. The create_memo tool has an optional visibility parameter with values PUBLIC, PROTECTED, or PRIVATE (default is PRIVATE).
How do I retrieve a memo by ID?
Use the get_memo tool with the name parameter in the format memos/{id} or the numeric ID alone.
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
ICSS
chokcoco不止于 CSS
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント