メモ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.
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
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
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
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
コメント