100try84_memo-mcp-server
FastMCPを使用したシンプルなメモアプリケーションで、AIアシスタントがメモの作成、取得、更新、削除を行うことができます。
メモMCPサーバーは、FastMCPを利用したメモ管理アプリケーションです。このアプリケーションは、AIアシスタント(例:Claude)と連携し、メモの作成、取得、更新、削除を簡単に行うことができます。ユーザーは、コマンドラインを通じてサーバーを起動し、AIアシスタントを設定することで、メモ管理を効率化できます。メモはデスクトップの特定のフォルダにテキストファイルとして保存され、タイトルに基づいたファイル名で管理されます。これにより、ユーザーはメモを簡単に整理し、必要な情報を迅速に取得することが可能です。
Features
- AIアシスタントとの連携によるメモ管理
- メモの作成、取得、更新、削除機能
- デスクトップフォルダにメモをテキストファイルとして保存
- コマンドラインを使用したサーバーの簡単な起動
- メモの一覧取得機能
MCP Tools
- {'createMemo': '新しいメモを作成します。パラメータ: title (メモのタイトル), content (メモの内容)'}
- {'getMemo': '指定したタイトルのメモを取得します。パラメータ: title (取得するメモのタイトル)'}
- {'updateMemo': '既存のメモを更新します。パラメータ: title (更新するメモのタイトル), content (新しいメモの内容)'}
- {'deleteMemo': 'メモを削除します。パラメータ: title (削除するメモのタイトル)'}
- {'listMemos': '保存されているメモの一覧を取得します。パラメータ: なし'}
Usage with Different Platforms
Claude
{
"name": "Memo MCP Server",
"type": "command",
"command": "npx",
"arguments": "tsx /Users/tomiyasuhiroki/Desktop/MCPサーバー/memo-mcp-server/src/index.ts"
}
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.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
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.