100try84_memo-mcp-server
FastMCPを使用したシンプルなメモアプリケーションで、AIアシスタントがメモの作成、取得、更新、削除を行うことができます。
メモMCPサーバー
FastMCPを使用したシンプルなメモアプリケーションです。このアプリケーションを使用すると、AIアシスタント(Claudeなど)がメモの作成、取得、更新、削除を行うことができます。
セットアップ
必要なパッケージをインストールします:
npm install
サーバーの起動
以下のコマンドでサーバーを起動します:
npm run dev
Claudeとの連携方法
- Claudeデスクトップアプリを開きます
- 設定 > MCP > 新しいサーバーを追加
- 設定例:
- 名前: Memo MCP Server
- タイプ: command
- コマンド: npx
- 引数: tsx /Users/tomiyasuhiroki/Desktop/MCPサーバー/memo-mcp-server/src/index.ts
使用可能なツール
-
createMemo - 新しいメモを作成します
- パラメータ: title (メモのタイトル), content (メモの内容)
-
getMemo - 指定したタイトルのメモを取得します
- パラメータ: title (取得するメモのタイトル)
-
updateMemo - 既存のメモを更新します
- パラメータ: title (更新するメモのタイトル), content (新しいメモの内容)
-
deleteMemo - メモを削除します
- パラメータ: title (削除するメモのタイトル)
-
listMemos - 保存されているメモの一覧を取得します
- パラメータ: なし
メモの保存場所
メモはデスクトップの メモ
フォルダにテキストファイルとして保存されます。各メモはタイトルに基づいたファイル名で保存されます。
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.