メモMCPサーバー
@tomiyasu0428
メモMCPサーバー について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is メモMCPサーバー?
メモMCPサーバー is a simple memo application built with FastMCP. It allows AI assistants such as Claude to create, read, update, and delete memo notes via the Model Context Protocol (MCP).
How to use メモMCPサーバー?
Install dependencies with npm install, then start the server with npm run dev. In Claude Desktop, add a new MCP server with type command, command npx, and arguments pointing to the server's entry script (e.g., tsx /path/to/src/index.ts).
Key features of メモMCPサーバー
- Five tools: createMemo, getMemo, updateMemo, deleteMemo, listMemos
- Memos stored as text files on the desktop in a
メモfolder - Integrates directly with Claude Desktop via MCP
- Each memo is identified by its title
- No external database required
Use cases of メモMCPサーバー
- An AI assistant saving meeting notes as memos
- Retrieving a previously stored reminder by title
- Updating the content of a task list memo
- Deleting outdated memos to keep storage clean
- Listing all saved memos for an overview
FAQ from メモMCPサーバー
What tools does メモMCPサーバー provide?
It provides five tools: createMemo, getMemo, updateMemo, deleteMemo, and listMemos. createMemo and updateMemo require title and content; getMemo and deleteMemo require only title; listMemos takes no parameters.
Where are memos stored?
Memos are saved as text files in a folder named メモ on the user's desktop. Each memo filename is based on its title.
How do I connect メモMCPサーバー to Claude?
In Claude Desktop, go to Settings > MCP > Add New Server. Set type to command, command to npx, and arguments to tsx followed by the full path to the server's src/index.ts file.
Do I need to keep the server running?
Yes, the server must be started (e.g., with npm run dev) before Claude can communicate with it via MCP.
What runtime or dependencies are required?
Node.js and npm are required. After running npm install, the server runs using tsx to execute TypeScript directly.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント